Merge pull request #2912 from Netflix/powerdns_doc_update_01
Add Documentation for PowerDNS Plugin
This commit is contained in:
commit
d69c83e5c8
|
@ -973,6 +973,41 @@ Will be the sender of all notifications, so ensure that it is verified with AWS.
|
||||||
SES if the default notification gateway and will be used unless SMTP settings are configured in the application configuration
|
SES if the default notification gateway and will be used unless SMTP settings are configured in the application configuration
|
||||||
settings.
|
settings.
|
||||||
|
|
||||||
|
PowerDNS ACME Plugin
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
The following configuration properties are required to use the PowerDNS ACME Plugin for domain validation.
|
||||||
|
|
||||||
|
|
||||||
|
.. data:: ACME_POWERDNS_DOMAIN
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
This is the FQDN for the PowerDNS API (without path)
|
||||||
|
|
||||||
|
|
||||||
|
.. data:: ACME_POWERDNS_SERVERID
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
This is the ServerID attribute of the PowerDNS API Server (i.e. "localhost")
|
||||||
|
|
||||||
|
|
||||||
|
.. data:: ACME_POWERDNS_APIKEYNAME
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
This is the Key name to use for authentication (i.e. "X-API-Key")
|
||||||
|
|
||||||
|
|
||||||
|
.. data:: ACME_POWERDNS_APIKEY
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
This is the API Key to use for authentication (i.e. "Password")
|
||||||
|
|
||||||
|
|
||||||
|
.. data:: ACME_POWERDNS_RETRIES
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
This is the number of times DNS Verification should be attempted (i.e. 20)
|
||||||
|
|
||||||
.. _CommandLineInterface:
|
.. _CommandLineInterface:
|
||||||
|
|
||||||
Command Line Interface
|
Command Line Interface
|
||||||
|
@ -1071,6 +1106,15 @@ All commands default to `~/.lemur/lemur.conf.py` if a configuration is not speci
|
||||||
lemur notify
|
lemur notify
|
||||||
|
|
||||||
|
|
||||||
|
.. data:: acme
|
||||||
|
|
||||||
|
Handles all ACME related tasks, like ACME plugin testing.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
lemur acme
|
||||||
|
|
||||||
|
|
||||||
Sub-commands
|
Sub-commands
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -1172,11 +1216,12 @@ Acme
|
||||||
Kevin Glisson <kglisson@netflix.com>,
|
Kevin Glisson <kglisson@netflix.com>,
|
||||||
Curtis Castrapel <ccastrapel@netflix.com>,
|
Curtis Castrapel <ccastrapel@netflix.com>,
|
||||||
Hossein Shafagh <hshafagh@netflix.com>,
|
Hossein Shafagh <hshafagh@netflix.com>,
|
||||||
Mikhail Khodorovskiy <mikhail.khodorovskiy@jivesoftware.com>
|
Mikhail Khodorovskiy <mikhail.khodorovskiy@jivesoftware.com>,
|
||||||
|
Chad Sine <csine@netflix.com>
|
||||||
:Type:
|
:Type:
|
||||||
Issuer
|
Issuer
|
||||||
:Description:
|
:Description:
|
||||||
Adds support for the ACME protocol (including LetsEncrypt) with domain validation being handled Route53.
|
Adds support for the ACME protocol (including LetsEncrypt) with domain validation using several providers.
|
||||||
|
|
||||||
|
|
||||||
Atlas
|
Atlas
|
||||||
|
|
Loading…
Reference in New Issue