Update README.rst
Add Link to IONOS control panel and reference between credentials.ini and domain.tld.ini
This commit is contained in:
parent
bb89121fbb
commit
0279c75c02
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,8 @@ An example ``credentials.ini`` file:
|
||||||
dns_ionos_secret = verysecureapikeysecret
|
dns_ionos_secret = verysecureapikeysecret
|
||||||
dns_ionos_endpoint = https://api.hosting.ionos.com
|
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
|
The path to this file can be provided interactively or using the
|
||||||
``--dns-ionos-credentials`` command-line argument. Certbot
|
``--dns-ionos-credentials`` command-line argument. Certbot
|
||||||
records the path to this file for use during renewal, but does not store the
|
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
|
chown root:root /etc/letsencrypt/.secrets
|
||||||
chmod 700 /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
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue