Let's try that again
parent
8bc97b50a2
commit
fa2b9d4834
|
@ -77,7 +77,7 @@ echo extendedKeyUsage = serverAuth >> extfile.cnf
|
|||
# Generate server-side certificate
|
||||
openssl x509 \
|
||||
-req \
|
||||
-days "$DAYS" \
|
||||
-days "$days" \
|
||||
-sha256 \
|
||||
-in server.csr \
|
||||
-CA ca.pem \
|
||||
|
@ -104,7 +104,7 @@ echo extendedKeyUsage = clientAuth > extfile-client.cnf
|
|||
# Generate certificate
|
||||
openssl x509 \
|
||||
-req \
|
||||
-days "$DAYS" \
|
||||
-days "$days" \
|
||||
-sha256 \
|
||||
-in client.csr \
|
||||
-CA ca.pem \
|
||||
|
|
Reference in New Issue