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
08dbd7f0
Commit
08dbd7f0
authored
Aug 09, 2016
by
Raymond Kristiansen
Browse files
Added missing parts
parent
03559125
Changes
2
Hide whitespace changes
Inline
Side-by-side
bootstrap_intermediate.sh
View file @
08dbd7f0
...
...
@@ -4,5 +4,6 @@ cd intermediate
mkdir
-p
certs crl csr newcerts private
chmod
700 private
touch
index.txt
touch
index.txt.attr
echo
1000
>
serial
echo
1000
>
crlnumber
intermediate/openssl.cnf
View file @
08dbd7f0
...
...
@@ -122,6 +122,11 @@ authorityKeyIdentifier = keyid,issuer:always
keyUsage = critical, digitalSignature, keyEncipherment
extendedKeyUsage = serverAuth
[ v3_req ]
basicConstraints = CA:FALSE
keyUsage = digitalSignature, keyEncipherment
[ crl_ext ]
# Extension for CRLs (`man x509v3_config`).
authorityKeyIdentifier=keyid:always
...
...
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