Skip to content

Commit

Permalink
1232
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissebass committed Nov 10, 2024
1 parent d1ce3c7 commit 429c885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/get-certificate-in-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
--dns-domeneshop-propagation-seconds 120 \
--email $CERTBOT_EMAIL --agree-tos -n \
-d $DOMAIN \
-d $DOMAIN_ALTERNATE
-d $DOMAIN_ALTERNATE \
--config-dir /tmp/certbot/config \
--work-dir /tmp/certbot/work \
--logs-dir /tmp/certbot/logs
# Export the certificate to a .pfx file
openssl pkcs12 -export -out cert.pfx -inkey /etc/letsencrypt/live/$DOMAIN/privkey.pem \
Expand Down

0 comments on commit 429c885

Please sign in to comment.