Merge pull request #1449 from DanielMorsing/updatedocs

update DNS01 contrib docs
This commit is contained in:
jetstack-bot 2019-03-07 15:38:14 +00:00 committed by GitHub
commit b86acb055e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,12 @@
Contributing DNS01 providers
============================
----------
WARNING
----------
Because of the overwhelming number of PRs for new DNS providers, We're changing how we handle the DNS01 contributions. See `this post <https://groups.google.com/d/msg/cert-manager-dev/CgoMxSP6DSI/IyHp0BGfCQAJ>`_ on the mailing list for more information.
Steps to add a ``FooDNS`` DNS-01 provider:
1. Create a new package under ``pkg/issuer/acme/dns/foodns``.