Merge pull request #23 from ich01000/patch-1

Update README.rst
This commit is contained in:
helgeerbe 2024-01-08 10:47:06 +01:00 committed by GitHub
commit 755421b079
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
=========