Skip to content

Commit

Permalink
add certbot commands
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 9, 2023
1 parent 970fe7b commit eddf111
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/update077.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit eddf111

Please sign in to comment.