adding support for ACME_POWERDNS_VERIFY option to support CA Bundles and disabling Server validation

This commit is contained in:
csine-nflx
2020-03-05 14:59:21 -08:00
parent ca8e73286f
commit 5dfb6acb17
2 changed files with 14 additions and 2 deletions

View File

@ -1008,6 +1008,15 @@ The following configuration properties are required to use the PowerDNS ACME Plu
This is the number of times DNS Verification should be attempted (i.e. 20)
.. data:: ACME_POWERDNS_VERIFY
:noindex:
This configures how PowerDNS verifies TLS certificates. The PowerDNS Plugin relies on the requests library, supported options are as follows:
* True: Verifies the certificate chains to a known publicly-trusted CA. (Default)
* False: Disable certificate validation (Not Recommended)
* File/Dir path to CA Bundle: Verify that the certificate chains to a Certificate Authority in the provided CA bundle.
.. _CommandLineInterface:
Command Line Interface