From 28ed4f737330a1ec42b5493a24faa9fd13eefe91 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 19 Feb 2021 08:02:22 +0000 Subject: update, debugging the haproxy config --- matrix-server/certbot/scripts/create-certificates.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'matrix-server/certbot/scripts/create-certificates.sh') diff --git a/matrix-server/certbot/scripts/create-certificates.sh b/matrix-server/certbot/scripts/create-certificates.sh index 1bc1094..804e542 100644 --- a/matrix-server/certbot/scripts/create-certificates.sh +++ b/matrix-server/certbot/scripts/create-certificates.sh @@ -2,9 +2,14 @@ echo "running create certs..." # Request certificates certbot certonly --standalone \ - --non-interactive --agree-tos --email thabogre@gmail.com --http-01-port=380 \ + --non-interactive \ + --agree-tos \ + --email thabogre@gmail.com \ + --http-01-port=380 \ --cert-name terminaldweller.com \ - -d terminaldweller.com + -d terminaldweller.com,mail.terminaldweller.com,www.terminaldweller.com,matrix.terminaldweller.com,element.terminaldweller.com,blog.terminaldweller.com \ + --dry-run + # --server https://acme-v02.api.letsencrypt.org/directory \ # Concatenate certificates . /etc/scripts/concatenate-certificates.sh # Update certificates in HAProxy -- cgit v1.2.3