Update README.rst

Add Link to IONOS control panel and reference between credentials.ini and  domain.tld.ini
This commit is contained in:
ich01000 2023-12-24 03:33:18 +01:00 committed by GitHub
parent bb89121fbb
commit 0279c75c02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
=========