mirror of https://github.com/docker/docs.git
append to extfile.cnf (#4541)
Append "extendedKeyUsage = clientAuth" to the openssl config file instead of replacing it.
This commit is contained in:
parent
a9bbafe693
commit
5005c9521c
|
@ -118,7 +118,7 @@ request:
|
|||
To make the key suitable for client authentication, create an extensions
|
||||
config file:
|
||||
|
||||
$ echo extendedKeyUsage = clientAuth > extfile.cnf
|
||||
$ echo extendedKeyUsage = clientAuth >> extfile.cnf
|
||||
|
||||
Now sign the private key:
|
||||
|
||||
|
|
Loading…
Reference in New Issue