diff options
Diffstat (limited to 'src/lib/libssl/src/apps/CA.sh')
-rw-r--r-- | src/lib/libssl/src/apps/CA.sh | 10 |
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 | ||
33 | DAYS="-days 365" | 33 | DAYS="-days 365" |
34 | REQ="ssleay req $SSLEAY_CONFIG" | 34 | REQ="openssl req $SSLEAY_CONFIG" |
35 | CA="ssleay ca $SSLEAY_CONFIG" | 35 | CA="openssl ca $SSLEAY_CONFIG" |
36 | VERIFY="ssleay verify" | 36 | VERIFY="openssl verify" |
37 | X509="ssleay x509" | 37 | X509="openssl x509" |
38 | 38 | ||
39 | CATOP=./demoCA | 39 | CATOP=./demoCA |
40 | CAKEY=./cakey.pem | 40 | CAKEY=./cakey.pem |