From 9b71fca20d9bc23c32d5553e6c5036626556662c Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 24 Oct 2016 23:55:25 +0200 Subject: [PATCH] [script] manage mathux cert with certbot --- scripts/getcert.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/getcert.sh b/scripts/getcert.sh index ca4d47b..bb6c1b4 100755 --- a/scripts/getcert.sh +++ b/scripts/getcert.sh @@ -1,4 +1,5 @@ #!/bin/bash +/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /srv/http -d mathux.org --email mathieu@mathux.org /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