getcert: update

This commit is contained in:
Mathieu Maret 2021-05-30 22:47:58 +02:00
parent 95510bc37d
commit 859f5bae00
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http -d mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http/letsencrypt -d gitlab.mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.6/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.6/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http/letsencrypt -d git.mathux.org --email mathieu@mathux.org
#/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http/letsencrypt -d air.mathux.org --email mathieu@mathux.org
#/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.6/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org
#/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.6/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org