Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raymond Kristiansen
ca_setup
Commits
fb7ce75d
Commit
fb7ce75d
authored
Dec 19, 2016
by
Raymond Kristiansen
Browse files
Added more batch options to openssl and new default org name
parent
603e47ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
create_intermediate.sh
View file @
fb7ce75d
...
...
@@ -13,7 +13,7 @@ chmod 400 intermediate/private/intermediate.key.pem
# Generate intermediate cert request
openssl req
-config
intermediate/openssl.cnf
-new
-sha256
\
-passin
file:passfile
\
-passin
file:passfile
-batch
\
-key
intermediate/private/intermediate.key.pem
\
-out
intermediate/csr/intermediate.csr.pem
...
...
intermediate/openssl.cnf
View file @
fb7ce75d
...
...
@@ -80,7 +80,7 @@ commonName = Common Name
# Optionally, specify some defaults.
countryName_default = NO
stateOrProvinceName_default = Norway
0.organizationName_default =
UH-IaaS
0.organizationName_default =
My Org
commonName_default = Intermediate CA
[ v3_ca ]
...
...
openssl.cnf
View file @
fb7ce75d
...
...
@@ -78,7 +78,7 @@ commonName = Common Name
# Optionally, specify some defaults.
countryName_default = NO
stateOrProvinceName_default = Norway
0.organizationName_default =
UH-IaaS
0.organizationName_default =
My Org
commonName_default = Root CA
[ v3_ca ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment