Skip to content

Commit

Permalink
Merge pull request #48 from ukfast/miff2000-patch-1
Browse files Browse the repository at this point in the history
Update SafeDNS arguments passed to Certbot due to deprecation of certbot-dns-safedns:dns_safedns format
  • Loading branch information
miff2000 authored Feb 4, 2022
2 parents 90e77dc + 3b60470 commit d1e507e
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 d1e507e

Please sign in to comment.