diff options
author | U-Z690-A\user <jrayhawk@omgwallhack.org> | 2022-06-29 20:26:01 -0700 |
---|---|---|
committer | U-Z690-A\user <jrayhawk@omgwallhack.org> | 2022-06-29 20:26:01 -0700 |
commit | 585568aa8b851d153fbec0a46769b8f12e1df7f4 (patch) | |
tree | fc4d8daee10acdd48f33de0221a4dd31773f5289 /openssl.cnf | |
parent | 40e0db376ea51384fc2dbb7feb86d6d83408fe9f (diff) | |
download | cash-585568aa8b851d153fbec0a46769b8f12e1df7f4.tar.gz cash-585568aa8b851d153fbec0a46769b8f12e1df7f4.zip |
ekusub.sh has additionally been generalized into inimodify.sh in case I ever need it in the future for anything else.
Diffstat (limited to 'openssl.cnf')
-rw-r--r-- | openssl.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl.cnf b/openssl.cnf index 2521f88..2bee755 100644 --- a/openssl.cnf +++ b/openssl.cnf @@ -179,6 +179,7 @@ basicConstraints=CA:FALSE # This is typical in keyUsage for a client certificate. # keyUsage = nonRepudiation, digitalSignature, keyEncipherment +extendedKeyUsage = $ENV::EKU # This will be displayed in Netscape's comment listbox. nsComment = "OpenSSL Generated Certificate" |