diff options
-rw-r--r-- | topics/systems/letsencrypt.gmi | 17 |
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 +``` |