summaryrefslogtreecommitdiff
path: root/openssl.cnf
diff options
context:
space:
mode:
authorU-Z690-A\user <jrayhawk@omgwallhack.org>2022-06-29 20:26:01 -0700
committerU-Z690-A\user <jrayhawk@omgwallhack.org>2022-06-29 20:26:01 -0700
commit585568aa8b851d153fbec0a46769b8f12e1df7f4 (patch)
treefc4d8daee10acdd48f33de0221a4dd31773f5289 /openssl.cnf
parent40e0db376ea51384fc2dbb7feb86d6d83408fe9f (diff)
downloadcash-585568aa8b851d153fbec0a46769b8f12e1df7f4.tar.gz
cash-585568aa8b851d153fbec0a46769b8f12e1df7f4.zip
extendedKeyUsage: decommission ekusub.sh and use environment variables insteadHEADmaster
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.cnf1
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"