Change configuration name. Now configuration name is the reversed site name. Add all those configuration to https certificate.
15 lines
401 B
Bash
Executable File
15 lines
401 B
Bash
Executable File
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
|
|
|
|
|