certbot: add cloudflare dns plugin
This commit is contained in:
parent
09a4e156ce
commit
1e486f312d
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ ARG REPO_LOCATION
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb
|
FROM ${REPO_LOCATION}minideb
|
||||||
|
|
||||||
RUN install_packages certbot
|
RUN install_packages certbot python3-certbot-dns-cloudflare
|
||||||
|
|
||||||
# Only required if we use acme.sh instead of certbot: openssl openssh-client coreutils dnsutils curl socat tzdata tar oathtool
|
# Only required if we use acme.sh instead of certbot: openssl openssh-client coreutils dnsutils curl socat tzdata tar oathtool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue