Skip to content

Commit

Permalink
fix: disabled dns-mijn-host and dns-websupport
Browse files Browse the repository at this point in the history
* plugins are currently outdated and/or unmaintained

Signed-off-by: Goetz Goerisch <[email protected]>
  • Loading branch information
GoetzGoerisch committed Feb 6, 2025
1 parent b857805 commit 122d419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions letsencrypt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 5.3.0

- Disabled certbot-dns-mijn-host (Breaking change)
- issue: [mijnhost/certbot-dns-mijn-host#8](https://github.com/mijnhost/certbot-dns-mijn-host/issues/8)
- Disabled certbot-dns-websupport (Breaking change)
- issue: [johnybx/certbot-dns-websupport#1](https://github.com/johnybx/certbot-dns-websupport/issues/1)
- Update certbot to 3.1.0
- Update acme to 3.1.0
- Update cryptography to 44.0.0
Expand Down
6 changes: 4 additions & 2 deletions letsencrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ RUN \
certbot-dns-linode==${CERTBOT_VERSION} \
certbot-dns-loopia==${CERTBOT_DNS_LOOPIA_VERSION} \
certbot-dns-luadns==${CERTBOT_VERSION} \
certbot-dns-mijn-host==${CERTBOT_DNS_MIJN_HOST_VERSION} \
# Disabled due to unresolved issues
# certbot-dns-mijn-host==${CERTBOT_DNS_MIJN_HOST_VERSION} \
certbot-dns-njalla==${CERTBOT_NJALLA_VERSION} \
certbot-dns-norisnetwork==${CERTBOT_DNS_NORISNETWORK_VERSION} \
certbot-dns-nsone==${CERTBOT_VERSION} \
Expand All @@ -93,7 +94,8 @@ RUN \
certbot-dns-hurricane-electric==${CERTBOT_DNS_HURRICANE_ELECTRIC_VERSION} \
certbot-dns-easydns==${CERTBOT_DNS_EASYDNS_VERSION} \
certbot-dns-domainoffensive==${CERTBOT_DNS_DOMAINOFFENSIVE_VERSION} \
certbot-dns-websupport==${CERTBOT_DNS_WEBSUPPORT_VERSION} \
# Disabled due to unresolved issues
# certbot-dns-websupport==${CERTBOT_DNS_WEBSUPPORT_VERSION} \
certbot-dns-plesk==${CERTBOT_DNS_PLESK_VERSION} \
acme==${ACME_VERSION} \
&& apk del .build-dependencies
Expand Down

0 comments on commit 122d419

Please sign in to comment.