mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Add DNS Authenticator plugins (#4822)
This commit is contained in:
parent
6d74a0d3ce
commit
aab097bf7f
1 changed files with 14 additions and 0 deletions
|
|
@ -11,6 +11,13 @@ We release packages and upload them to PyPI (wheels and source tarballs).
|
|||
- https://pypi.python.org/pypi/certbot
|
||||
- https://pypi.python.org/pypi/certbot-apache
|
||||
- https://pypi.python.org/pypi/certbot-nginx
|
||||
- https://pypi.python.org/pypi/certbot-dns-cloudflare
|
||||
- https://pypi.python.org/pypi/certbot-dns-cloudxns
|
||||
- https://pypi.python.org/pypi/certbot-dns-digitalocean
|
||||
- https://pypi.python.org/pypi/certbot-dns-dnsimple
|
||||
- https://pypi.python.org/pypi/certbot-dns-google
|
||||
- https://pypi.python.org/pypi/certbot-dns-nsone
|
||||
- https://pypi.python.org/pypi/certbot-dns-route53
|
||||
|
||||
The following scripts are used in the process:
|
||||
|
||||
|
|
@ -47,6 +54,13 @@ From our official releases:
|
|||
- https://www.archlinux.org/packages/community/any/certbot
|
||||
- https://www.archlinux.org/packages/community/any/certbot-apache
|
||||
- https://www.archlinux.org/packages/community/any/certbot-nginx
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-cloudflare
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-cloudxns
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-digitalocean
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-dnsimple
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-google
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-nsone
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-route53
|
||||
|
||||
From ``master``: https://aur.archlinux.org/packages/certbot-git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue