Add *.app.vostan.org servers.

Change configuration name. Now configuration name is the reversed site
name.
Add all those configuration to https certificate.
This commit is contained in:
2025-05-21 23:33:03 +01:00
parent 98b14edb81
commit 77eb5180e1
14 changed files with 82 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ bring up servers for certbot challenges.
Now launch certbot:
```
docker-compose up -d
docker-compose run --rm certbot certonly --webroot --webroot-path /var/www/certbot/ --dry-run -d www.vostan.org -d drive.vostan.org
./cert.sh
```
If dry run is successful then generate certificates removing --dry-run.
Make sure to uncomment configurations and restart nginx.