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:
14
cert.sh
Executable file
14
cert.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
docker-compose run --rm certbot certonly --webroot --webroot-path /var/www/certbot/ \
|
||||
--dry-run \
|
||||
-d www.vostan.org \
|
||||
-d drive.vostan.org \
|
||||
-d books.app.vostan.org \
|
||||
-d music.app.vostan.org \
|
||||
-d gerbera.app.vostan.org \
|
||||
-d pihole.app.vostan.org \
|
||||
-d wireguard.app.vostan.org \
|
||||
-d gitea.app.vostan.org \
|
||||
-d drive.app.vostan.org \
|
||||
-d deluge.app.vostan.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user