documentation
This commit is contained in:
parent
11afb0392d
commit
8a3d18741f
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
@ -1,7 +1,7 @@
|
||||||
certbot-dns-ionos
|
certbot-dns-ionos
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
IONOS_ DNS Authenticator plugin for Certbot
|
IONOS_ DNS Authenticator plugin for Certbot_
|
||||||
|
|
||||||
This plugin automates the process of completing a ``dns-01`` challenge by
|
This plugin automates the process of completing a ``dns-01`` challenge by
|
||||||
creating, and subsequently removing, TXT records using the IONOS Remote API.
|
creating, and subsequently removing, TXT records using the IONOS Remote API.
|
||||||
|
@ -17,7 +17,7 @@ In the `System -> Remote Users` you have to have a user, with the following righ
|
||||||
|
|
||||||
|
|
||||||
.. _IONOS: https://www.ionos.de/
|
.. _IONOS: https://www.ionos.de/
|
||||||
.. _certbot: https://certbot.eff.org/
|
.. _Certbot: https://certbot.eff.org/
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
@ -34,10 +34,10 @@ To start using DNS authentication for ionos, pass the following arguments on
|
||||||
certbot's command line:
|
certbot's command line:
|
||||||
|
|
||||||
======================================== ==============================================
|
======================================== ==============================================
|
||||||
``--authenticator dns-ionos`` select the authenticator plugin (Required)
|
``--authenticator dns-ionos`` | select the authenticator plugin (Required)
|
||||||
|
|
||||||
``--dns-ionos-credentials`` ionos Remote User credentials
|
``--dns-ionos-credentials`` | ionos Remote User credentials
|
||||||
INI file. (Required)
|
| INI file. (Required)
|
||||||
|
|
||||||
``--dns-ionos-propagation-seconds`` | waiting time for DNS to propagate before asking
|
``--dns-ionos-propagation-seconds`` | waiting time for DNS to propagate before asking
|
||||||
| the ACME server to verify the DNS record.
|
| the ACME server to verify the DNS record.
|
||||||
|
|
Loading…
Reference in a new issue