neil
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
@ -4151,7 +4151,7 @@ $_authorizations_map" |
|
|
echo "$BEGIN_CERT" >"$CA_CERT_PATH" |
|
|
echo "$BEGIN_CERT" >"$CA_CERT_PATH" |
|
|
_base64 "multiline" <"$CA_CERT_PATH.der" >>"$CA_CERT_PATH" |
|
|
_base64 "multiline" <"$CA_CERT_PATH.der" >>"$CA_CERT_PATH" |
|
|
echo "$END_CERT" >>"$CA_CERT_PATH" |
|
|
echo "$END_CERT" >>"$CA_CERT_PATH" |
|
|
if !_checkcert "$CA_CERT_PATH"; then |
|
|
|
|
|
|
|
|
if ! _checkcert "$CA_CERT_PATH"; then |
|
|
_err "Can not get the ca cert." |
|
|
_err "Can not get the ca cert." |
|
|
break |
|
|
break |
|
|
fi |
|
|
fi |
|
|