theohbrothers/docker-certbot-dns-cron

cert and key mixed up in deploy script

Closed this issue · 2 comments

Hi!

Looking at the code, the cert and the key are mixed up in the deployment files:

output "Deploying $domain signed cert and key to /certs"
key="$LETSENCRYPT_DIR/live/$domain/privkey.pem"
dest_key="/certs/$domain.crt"
cert="$LETSENCRYPT_DIR/live/$domain/cert.pem"
dest_cert="/certs/$domain.key"

Thanks for having a look!

Jörn

@jkrenzer looks like you are right. Lets see if i can push a fix asap

Thank you! :-)