Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zorin <alex@zorin.id.au>2022-06-09 00:51:28 +0300
committerAlex Zorin <alex@zorin.id.au>2022-06-09 00:51:28 +0300
commit7197ae4b77ba143df52a4f5f4da9f338137f385f (patch)
treede9aba21876c59e4969a8045876a9b3c9f469509
parent1a25c4052c860184af451f72fd519cd218b99867 (diff)
docs: clarify that we're not merging any new plugins (not just DNS)docs-clarify-plugin-contributions
-rw-r--r--certbot/docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst
index e8ba87fcf..ac8488e08 100644
--- a/certbot/docs/contributing.rst
+++ b/certbot/docs/contributing.rst
@@ -313,7 +313,7 @@ configuration checkpoints and rollback.
Writing your own plugin
-----------------------
-.. note:: The Certbot team is not currently accepting any new DNS plugins
+.. note:: The Certbot team is not currently accepting any new plugins
because we want to rethink our approach to the challenge and resolve some
issues like `#6464 <https://github.com/certbot/certbot/issues/6464>`_,
`#6503 <https://github.com/certbot/certbot/issues/6503>`_, and `#6504