2016-06-21 23:16:53 +02:00
|
|
|
#!/bin/bash
|
2016-10-24 23:55:25 +02:00
|
|
|
/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /srv/http -d mathux.org --email mathieu@mathux.org
|
2016-06-21 23:16:53 +02:00
|
|
|
/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
|
|
|
|
|