Browse Source

Fix misleading error message saving certificates to file.

pull/289/head
Timothe Litt 9 years ago
parent
commit
134456b968
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -814,7 +814,7 @@ get_certificate() { # get certificate for csr, if all domains validated.
echo -----BEGIN CERTIFICATE----- > "$gc_certfile"
curl --silent "$CertData" | openssl base64 -e >> "$gc_certfile"
echo -----END CERTIFICATE----- >> "$gc_certfile"
info "Certificate saved in $CERT_FILE"
info "Certificate saved in $gc_certfile"
fi
# If certificate wasn't a valid certificate, error exit.


Loading…
Cancel
Save