Skip to content

Commit

Permalink
Merge pull request #31 from Xpirix/get_subdomains_certificates
Browse files Browse the repository at this point in the history
Get subdomains certificates in the certbot command
  • Loading branch information
Xpirix authored Feb 10, 2025
2 parents 33f2901 + d519f15 commit d5b78a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ services:
- ./certbot-etc:/etc/letsencrypt
depends_on:
- web
command: certonly --webroot --webroot-path=/var/www/webroot --email [email protected] --agree-tos --no-eff-email --force-renewal -d ${DOMAIN_NAME:-hub.qgis.org}
command: certonly --webroot --webroot-path=/var/www/webroot --email [email protected] --agree-tos --no-eff-email --force-renewal -d ${DOMAIN_NAME:-hub.qgis.org} -d hub-analytics.qgis.org -d styles.qgis.org -d projects.qgis.org -d models.qgis.org -d 3d-models.qgis.org -d qlr.qgis.org
networks:
internal:

Expand Down

0 comments on commit d5b78a9

Please sign in to comment.