mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
Update https.md (#2594)
This commit is contained in:
@@ -102,7 +102,7 @@ config file:
|
||||
|
||||
$ echo extendedKeyUsage = clientAuth > extfile.cnf
|
||||
|
||||
Now sign the public key:
|
||||
Now sign the private key:
|
||||
|
||||
$ openssl x509 -req -days 365 -sha256 -in client.csr -CA ca.pem -CAkey ca-key.pem \
|
||||
-CAcreateserial -out cert.pem -extfile extfile.cnf
|
||||
|
||||
Reference in New Issue
Block a user