Gehirn Infrastracture Service DNS Authenticator (#5702)

Implement an Authenticator which can fulfill a dns-01 challenge using
the Gehirn DNS (Gehirn Infrastructure Service) API.
Applicable only for domains using Gehirn DNS for DNS.

Testing Done:
 * `tox -e py27`
 * `tox -e lint`
 * Manual testing:
    * Used `certbot certonly --dns-gehirn -d`, specifying a
      credentials file as a command line argument. Verified that a
      certificate was successfully obtained without user interaction.
 * Negative testing:
    * Path to non-existent credentials file.
    * Credentials file with unsafe permissions (644).
    * Domain name not registered to Gehirn DNS account.
This commit is contained in:
chibiegg
2018-07-10 17:36:20 -07:00
committed by Brad Warren
parent 3b39266813
commit 3f6a908821
26 changed files with 803 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
Gehirn Infrastracture Service DNS Authenticator plugin for Certbot