[script] fetch SSL certificate
This commit is contained in:
parent
c191e2720f
commit
60b21eeecf
5
scripts/getcert.sh
Executable file
5
scripts/getcert.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /srv/http/letsencrypt -d gitlab.mathux.org --email mathieu@mathux.org
|
||||
/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org
|
||||
/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org
|
||||
|
Loading…
Reference in New Issue
Block a user