Last modified by Alexandru Pentilescu on 2024/07/22 21:37

From version 8.1
edited by Alexandru Pentilescu
on 2024/07/02 20:22
Change comment: There is no comment for this version
To version 9.1
edited by Alexandru Pentilescu
on 2024/07/02 20:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,6 +56,12 @@
56 56  certbot certonly --authenticator dns-gandi --dns-gandi-credentials /etc/letsencrypt/gandi/gandi.ini -n -d 'transistor.one,*.transistor.one' --agree-tos --email=alexandru.pentilescu@disroot.org
57 57  {{/code}}
58 58  
59 +The contents of /etc/lets/encrypt/gandi/gandi.ini should look like the following:
60 +# live dns v5 api key
61 +dns_gandi_api_key=<gandi_api_key>
62 +
63 +The <gandi_api_key> token should be replaced with the actual API key generated from the Gandi website for your account.
64 +
59 59  = Setting up an SMTP server =
60 60  This will be required for all the future things you will be doing on the server.
61 61