aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-server/certbot/scripts/create-certificates.sh
diff options
context:
space:
mode:
authorubuntu <ubuntu@terminaldweller.com>2021-01-29 16:41:29 +0000
committerubuntu <ubuntu@terminaldweller.com>2021-01-29 16:41:29 +0000
commit71eecf0c6eec5c7847f841e9c85845b677302ca1 (patch)
tree8df231b17037b5f9df22d0af224b1d7a00416d48 /matrix-server/certbot/scripts/create-certificates.sh
parentupdate (diff)
downloaddockerimages-71eecf0c6eec5c7847f841e9c85845b677302ca1.tar.gz
dockerimages-71eecf0c6eec5c7847f841e9c85845b677302ca1.zip
matrix server update...almost working...WIP
Diffstat (limited to 'matrix-server/certbot/scripts/create-certificates.sh')
-rw-r--r--matrix-server/certbot/scripts/create-certificates.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/matrix-server/certbot/scripts/create-certificates.sh b/matrix-server/certbot/scripts/create-certificates.sh
index 5fb6345..1bc1094 100644
--- a/matrix-server/certbot/scripts/create-certificates.sh
+++ b/matrix-server/certbot/scripts/create-certificates.sh
@@ -1,9 +1,10 @@
-#!/bin/bash
+#!/bin/sh
+echo "running create certs..."
# Request certificates
certbot certonly --standalone \
- --non-interactive --agree-tos --email info@davole.com --http-01-port=380 \
- --cert-name davole.com \
- -d davole.com
+ --non-interactive --agree-tos --email thabogre@gmail.com --http-01-port=380 \
+ --cert-name terminaldweller.com \
+ -d terminaldweller.com
# Concatenate certificates
. /etc/scripts/concatenate-certificates.sh
# Update certificates in HAProxy