Merge pull request #9318 from certbot/docs-clarify-plugin-contributions

docs: clarify that we're not merging any new plugins (not just DNS)
This commit is contained in:
Will Greenberg 2022-06-13 11:37:52 -07:00 committed by GitHub
commit 99da999b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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