Created
July 29, 2019 02:40
-
-
Save jenting/2f6af0a644d077061029f1b6665bade3 to your computer and use it in GitHub Desktop.
openssl client configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[req] | |
req_extensions = v3_req | |
distinguished_name = req_distinguished_name | |
[req_distinguished_name] | |
[v3_req] | |
basicConstraints = CA:FALSE | |
keyUsage = nonRepudiation, digitalSignature, keyEncipherment | |
extendedKeyUsage = clientAuth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment