summaryrefslogtreecommitdiff
path: root/topics/systems/letsencrypt.gmi
diff options
context:
space:
mode:
authorPjotr Prins2021-10-13 14:46:15 +0200
committerPjotr Prins2021-10-13 14:46:15 +0200
commit138f2adb194e055a3850e6179bf34554583f896f (patch)
tree10bc2c91501c35015242520ef9a6464ae4be1499 /topics/systems/letsencrypt.gmi
parent62381fcbc0d1642096ae903cb08960b812711072 (diff)
downloadgn-gemtext-138f2adb194e055a3850e6179bf34554583f896f.tar.gz
letsencrypt
Diffstat (limited to 'topics/systems/letsencrypt.gmi')
-rw-r--r--topics/systems/letsencrypt.gmi17
1 files changed, 15 insertions, 2 deletions
diff --git a/topics/systems/letsencrypt.gmi b/topics/systems/letsencrypt.gmi
index b786659..feb4f48 100644
--- a/topics/systems/letsencrypt.gmi
+++ b/topics/systems/letsencrypt.gmi
@@ -7,5 +7,18 @@
## Tasks
-* [ ] letsencrypt is failing on P2 and Tux01
-* [ ] ucscbrowser needs a certificate
+* [X] letsencrypt is failing on P2 and Tux01 (expiry Nov12)
+ - letsencrypt was down
+* [X] ucscbrowser needs a certificate (now forwards http -> https)
+
+## Notes
+
+```
+certbot renew --dry-run
+```
+
+Add certificate
+
+```
+certbot certonly --nginx --agree-tos --preferred-challenges http -d ucscbrowser.genenetwork.org --register-unsafely-without-email
+```