You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Letsencrypt is used in the `webserver` container to automatically generate TLS certificates. Basic CAA records can be created to ensure only Letsencrypt issues certificates are valid for the `INTERNETNL_DOMAINNAME`:
94
+
95
+
example.com. CAA 0 issue "letsencrypt.org;"
96
+
97
+
To provide even stricter configuration the ACME validation method and the account ID registered with Letsencrypt can be specified.
98
+
99
+
The validation method used is `http-01` and the account ID can be obtailed by running the following command after setup (this might require installing the `jq` tool):
Letsencrypt account ID and private key are stored in a Docker volume for persistence between deploys. If you want to completely redeploy without losing the Letsencrypt account used in de CAA record, or you want to use the same account for multiple installations, you need to make a backup/copy of the following directory:
The certbot instance in the webserver container should start requesting a certificate for the domain after at most 1 minute. You can check the progress using:
0 commit comments