diff --git a/deploy/DEPLOYMENT_GUIDE.md b/deploy/DEPLOYMENT_GUIDE.md index 60ef735..ffcd5a1 100644 --- a/deploy/DEPLOYMENT_GUIDE.md +++ b/deploy/DEPLOYMENT_GUIDE.md @@ -3,7 +3,7 @@ ## 1. Requirements - Ubuntu 22.04+ or similar Linux with Docker Engine and the Compose plugin — follow [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository). Tested and recommended on Ubuntu 22.04 LTS. -- A domain name pointing at your server (A record for clearnet HTTPS) +- A domain name pointing at your server (A records for apex and `www`) ## 2. Server setup @@ -106,7 +106,7 @@ Remove the temporary bootstrap certificates under `deploy/certs/live/` (Certbot rm -rf deploy/certs/live/* ``` -Request the real certificate: +Request the real certificate (apex + www): ```bash ./deploy/scripts/issue-certs.sh --email you@example.com diff --git a/deploy/scripts/issue-certs.sh b/deploy/scripts/issue-certs.sh index d672ee5..0ed0f1b 100755 --- a/deploy/scripts/issue-certs.sh +++ b/deploy/scripts/issue-certs.sh @@ -9,9 +9,9 @@ usage() { cat <