Skip to content

Commit cadd150

Browse files
committed
Add documentation for installation via snap
1 parent 1134b60 commit cadd150

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,17 @@ The command `unitc` should be installed and executable.
1616
## Installation ##
1717

1818
* Via Snap (requires certbot to be installed via snap):
19+
Install [snapd](https://snapcraft.io/docs/installing-snapd)
20+
21+
install certbot
1922
```
20-
WIP
23+
snap install --classic certbot
24+
```
25+
install and configure this plugin
26+
```
27+
sudo snap install --classic certbot-nginx-unit
28+
sudo snap set certbot trust-plugin-with-root=ok
29+
sudo snap connect certbot:plugin certbot-nginx-unit
2130
```
2231
2332
* Via Pip

0 commit comments

Comments
 (0)