We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1134b60 commit cadd150Copy full SHA for cadd150
README.md
@@ -16,8 +16,17 @@ The command `unitc` should be installed and executable.
16
## Installation ##
17
18
* Via Snap (requires certbot to be installed via snap):
19
+ Install [snapd](https://snapcraft.io/docs/installing-snapd)
20
+
21
+ install certbot
22
```
- 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
30
31
32
* Via Pip
0 commit comments