mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update https.md
This commit is contained in:
committed by
Joao Fernandes
parent
c1db5bd9a2
commit
dd75c65162
@@ -118,7 +118,7 @@ config file:
|
||||
|
||||
$ echo extendedKeyUsage = clientAuth >> extfile.cnf
|
||||
|
||||
Now sign the private key:
|
||||
Now, generate the signed certificate:
|
||||
|
||||
$ 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