mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:13:35 +03:00
parent
8e65877870
commit
f7df67cff0
92 changed files with 165 additions and 165 deletions
|
|
@ -21,7 +21,7 @@ commonName_value = localhost
|
|||
|
||||
[something]
|
||||
# The key
|
||||
# the certficate
|
||||
# the certificate
|
||||
# some dhparam
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
MIICXgIBAAKBgQC6X0tpdDGZTfS0typluLcxwTjPNje7XhjjUh9SqlolLwxmiDKw
|
||||
|
|
|
|||
|
|
@ -21,5 +21,5 @@ commonName_value = localhost
|
|||
|
||||
[something]
|
||||
# The key
|
||||
# the certficate
|
||||
# the certificate
|
||||
# some dhparam
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ commonName_value = localhost.nn
|
|||
|
||||
[something]
|
||||
# The key
|
||||
# the certficate
|
||||
# the certificate
|
||||
# some dhparam
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
MIICXQIBAAKBgQCszBFwdCntewBEisBHA1Cdb1G3yXvdfu4pZ1uRm8fF5p1ZPmsz
|
||||
|
|
|
|||
|
|
@ -21,5 +21,5 @@ commonName_value = localhost.nn
|
|||
|
||||
[something]
|
||||
# The key
|
||||
# the certficate
|
||||
# the certificate
|
||||
# some dhparam
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ if [ ".$CAPREFIX" = . ] ; then
|
|||
NOTOK=1
|
||||
else
|
||||
if [ ! -f $CAPREFIX-ca.cacert ] ; then
|
||||
echo No CA certficate file $CAPREFIX-ca.caert
|
||||
echo No CA certificate file $CAPREFIX-ca.caert
|
||||
NOTOK=1
|
||||
fi
|
||||
if [ ! -f $CAPREFIX-ca.key ] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue