mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-18 07:13:48 +01:00
rearranged and extended travis tests a bit
This commit is contained in:
@@ -372,7 +372,7 @@ sign_domain() {
|
||||
crt_path="${BASEDIR}/certs/${domain}/cert-${timestamp}.pem"
|
||||
printf -- '-----BEGIN CERTIFICATE-----\n%s\n-----END CERTIFICATE-----\n' "${crt64}" > "${crt_path}"
|
||||
# try to load the certificate to detect corruption
|
||||
echo " + Checking certificate..." >&2
|
||||
echo " + Checking certificate..."
|
||||
_openssl x509 -text < "${crt_path}"
|
||||
|
||||
# Create fullchain.pem
|
||||
|
||||
Reference in New Issue
Block a user