summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/CA.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/CA.sh')
-rw-r--r--src/lib/libssl/src/apps/CA.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libssl/src/apps/CA.sh b/src/lib/libssl/src/apps/CA.sh
index 1942b985a2..728f5bf4d8 100644
--- a/src/lib/libssl/src/apps/CA.sh
+++ b/src/lib/libssl/src/apps/CA.sh
@@ -27,14 +27,14 @@
27# tjh@cryptsoft.com 27# tjh@cryptsoft.com
28# 28#
29 29
30# default ssleay.cnf file has setup as per the following 30# default openssl.cnf file has setup as per the following
31# demoCA ... where everything is stored 31# demoCA ... where everything is stored
32 32
33DAYS="-days 365" 33DAYS="-days 365"
34REQ="ssleay req $SSLEAY_CONFIG" 34REQ="openssl req $SSLEAY_CONFIG"
35CA="ssleay ca $SSLEAY_CONFIG" 35CA="openssl ca $SSLEAY_CONFIG"
36VERIFY="ssleay verify" 36VERIFY="openssl verify"
37X509="ssleay x509" 37X509="openssl x509"
38 38
39CATOP=./demoCA 39CATOP=./demoCA
40CAKEY=./cakey.pem 40CAKEY=./cakey.pem