Skip to content

Commit

Permalink
Update SafeDNS arguments passed to Certbot
Browse files Browse the repository at this point in the history
When using the original options, this warning is emitted:

`Plugin legacy name certbot-dns-safedns:dns_safedns may be removed in a future version. Please use dns_safedns instead.`
  • Loading branch information
miff2000 authored Feb 4, 2022
1 parent 90e77dc commit 3b60470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM python:latest
RUN apt update && apt install certbot -y
RUN pip install certbot-dns-safedns

ENTRYPOINT ["certbot", "--authenticator", "certbot-dns-safedns:dns_safedns", "--certbot-dns-safedns:dns_safedns-credentials", "/etc/letsencrypt/safedns.ini"]
ENTRYPOINT ["certbot", "--authenticator", "dns_safedns", "--dns_safedns-credentials", "/etc/letsencrypt/safedns.ini"]

0 comments on commit 3b60470

Please sign in to comment.