diff --git a/README.rst b/README.rst index cd25711..336aee7 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,8 @@ An example ``credentials.ini`` file: dns_ionos_secret = verysecureapikeysecret dns_ionos_endpoint = https://api.hosting.ionos.com +The key can be managed under the following link: https://developer.hosting.ionos.de/?source=IonosControlPanel + The path to this file can be provided interactively or using the ``--dns-ionos-credentials`` command-line argument. Certbot records the path to this file for use during renewal, but does not store the @@ -132,6 +134,8 @@ It is suggested to secure the folder as follows:: chown root:root /etc/letsencrypt/.secrets chmod 700 /etc/letsencrypt/.secrets +The file 'domain.tld.ini' must be replaced with the version of the example 'credentials.ini' adapted to your provider. + Changelog =========