From 60b21eeecff45c33e2a188a6e2e9f67da7fb61f1 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 21 Jun 2016 23:16:53 +0200 Subject: [PATCH] [script] fetch SSL certificate --- scripts/getcert.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/getcert.sh diff --git a/scripts/getcert.sh b/scripts/getcert.sh new file mode 100755 index 0000000..ca4d47b --- /dev/null +++ b/scripts/getcert.sh @@ -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 +