From eddf111237a36e9d413e440b1090019302dfbb3a Mon Sep 17 00:00:00 2001 From: smk762 Date: Tue, 10 Oct 2023 00:16:22 +0800 Subject: [PATCH] add certbot commands --- doc/update077.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/update077.md b/doc/update077.md index b92adcac..b3737cfc 100644 --- a/doc/update077.md +++ b/doc/update077.md @@ -55,3 +55,10 @@ git pull Make sure your 3P iguana is running properly and notarising. Confirm your MM2 node is running, your certificates are up to date, and your node is finding peers on netID 8762. +```bash +sudo apt install snapd +sudo snap install certbot --classic +sudo certbot certonly -d ${DOMAIN} +# or, if certs exist already +sudo certbot renew +```