File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ RUN \
101101 pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
102102 ${CERTBOT} \
103103 certbot-dns-aliyun \
104+ certbot-dns-azure \
104105 certbot-dns-cloudflare \
105106 certbot-dns-cloudxns \
106107 certbot-dns-cpanel \
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ RUN \
101101 pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
102102 ${CERTBOT} \
103103 certbot-dns-aliyun \
104+ certbot-dns-azure \
104105 certbot-dns-cloudflare \
105106 certbot-dns-cloudxns \
106107 certbot-dns-cpanel \
Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
335335
336336## Versions
337337
338+ * ** 18.05.22:** - Added support for Azure DNS validation.
338339* ** 09.04.22:** - Added certbot-dns-loopia for DNS01 validation.
339340* ** 05.04.22:** - Added support for standalone DNS validation.
340341* ** 28.03.22:** - created a logfile for fail2ban nginx-unauthorized in /etc/cont-init.d/50-config
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ app_setup_nginx_reverse_proxy_block: ""
155155
156156# changelog
157157changelogs :
158+ - { date: "18.05.22:", desc: "Added support for Azure DNS validation." }
158159 - { date: "09.04.22:", desc: "Added certbot-dns-loopia for DNS01 validation." }
159160 - { date: "05.04.22:", desc: "Added support for standalone DNS validation." }
160161 - { date: "28.03.22:", desc: "created a logfile for fail2ban nginx-unauthorized in /etc/cont-init.d/50-config" }
You can’t perform that action at this time.
0 commit comments