Merge pull request #2929 from Netflix/powerdnsplugin_01

fixing formatting of POWER_DNS_VERIFY documentation
This commit is contained in:
csine-nflx 2020-03-05 17:01:52 -08:00 committed by GitHub
commit cd7adacca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1019,9 +1019,12 @@ The following configuration properties are required to use the PowerDNS ACME Plu
:noindex: :noindex:
This configures how TLS certificates on the PowerDNS API target are validated. The PowerDNS Plugin depends on the PyPi requests library, which supports the following options for the verify parameter: This configures how TLS certificates on the PowerDNS API target are validated. The PowerDNS Plugin depends on the PyPi requests library, which supports the following options for the verify parameter:
* True: Verifies the TLS certificate was issued by a known publicly-trusted CA. (Default)
* False: Disables certificate validation (Not Recommended) True: Verifies the TLS certificate was issued by a known publicly-trusted CA. (Default)
* File/Dir path to CA Bundle: Verifies the TLS certificate was issued by a Certificate Authority in the provided CA bundle.
False: Disables certificate validation (Not Recommended)
File/Dir path to CA Bundle: Verifies the TLS certificate was issued by a Certificate Authority in the provided CA bundle.
.. _CommandLineInterface: .. _CommandLineInterface: