append to extfile.cnf (#4541)

Append "extendedKeyUsage = clientAuth" to the openssl config file instead of replacing it.
This commit is contained in:
Muyiwa Iyowu 2017-09-12 01:04:56 +01:00 committed by Misty Stanley-Jones
parent a9bbafe693
commit 5005c9521c
1 changed files with 1 additions and 1 deletions

View File

@ -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: