Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 3rd party certbot-dns-stackit to the docs #9885

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions certbot/docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ dns-multi_ Y N DNS authentication of 100+ providers using go-acme/
dns-dnsmanager_ Y N DNS Authentication for dnsmanager.io
standalone-nfq_ Y N HTTP Authentication that works with any webserver (Linux only)
dns-solidserver_ Y N DNS Authentication using SOLIDserver (EfficientIP)
dns-stackit_ Y N DNS Authentication using STACKIT DNS
================== ==== ==== ===============================================================

.. _haproxy: https://github.com/greenhost/certbot-haproxy
Expand All @@ -351,6 +352,7 @@ dns-solidserver_ Y N DNS Authentication using SOLIDserver (EfficientIP)
.. _dns-dnsmanager: https://github.com/stayallive/certbot-dns-dnsmanager
.. _standalone-nfq: https://github.com/alexzorin/certbot-standalone-nfq
.. _dns-solidserver: https://gitlab.com/charlyhong/certbot-dns-solidserver
.. _dns-stackit: https://github.com/stackitcloud/certbot-dns-stackit

If you're interested, you can also :ref:`write your own plugin <dev-plugin>`.

Expand Down