Skip to content

Commit

Permalink
Update contrib/scripts/dumpcerts.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: muhlemmer <muhlemmer@gmail.com>
  • Loading branch information
2 people authored and traefiker committed Jan 7, 2019
1 parent 53f126e commit 65be13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/scripts/dumpcerts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ echo -e "-----BEGIN RSA PRIVATE KEY-----\n${priv}\n-----END RSA PRIVATE KEY-----
| openssl rsa -inform pem -out "${pdir}/letsencrypt.key"

# Process the certificates for each of the domains in acme.json
domains=$(jq -r '.Certificates[].Domain.Main' ${acmefile}) || bad_adme
domains=$(jq -r '.Certificates[].Domain.Main' ${acmefile}) || bad_acme
for domain in $domains; do
# Traefik stores a cert bundle for each domain. Within this cert
# bundle there is both proper the certificate and the Let's Encrypt CA
Expand Down

0 comments on commit 65be13b

Please sign in to comment.