320
edits
(Added website keys and CSRs) |
m (Typo) |
||
Line 89: | Line 89: | ||
# Make a local copy of openssl.cnf | # Make a local copy of openssl.cnf | ||
# Uncomment the line about v3_extensions<pre>req_extensions = v3_req</pre> | # Uncomment the line about v3_extensions<pre>req_extensions = v3_req</pre> | ||
# Add a | # Add a subjectAltName under basicConstraints and keyUsage | ||
<pre>basicConstraints = CA:FALSE | <pre>basicConstraints = CA:FALSE | ||
keyUsage = nonRepudiation, digitalSignature, keyEncipherment | keyUsage = nonRepudiation, digitalSignature, keyEncipherment |