rearranged and extended travis tests a bit

This commit is contained in:
Lukas Schauer
2015-12-16 13:58:49 +01:00
parent 760b689407
commit a4e7c43a78
3 changed files with 134 additions and 42 deletions

View File

@@ -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