Skip to content

Instantly share code, notes, and snippets.

@jenting
Created July 29, 2019 02:40
Show Gist options
  • Save jenting/2f6af0a644d077061029f1b6665bade3 to your computer and use it in GitHub Desktop.
Save jenting/2f6af0a644d077061029f1b6665bade3 to your computer and use it in GitHub Desktop.
openssl client configuration
[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