From 0279c75c0268289a98f3ebc57595e8ddd82d7865 Mon Sep 17 00:00:00 2001 From: ich01000 <71852244+ich01000@users.noreply.github.com> Date: Sun, 24 Dec 2023 03:33:18 +0100 Subject: [PATCH] Update README.rst Add Link to IONOS control panel and reference between credentials.ini and domain.tld.ini --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 =========