]> git.sesse.net Git - letsencrypt-hitch-plugin/blob - README
Small update for certbot in bookworm.
[letsencrypt-hitch-plugin] / README
1 This is a Let's Encrypt installer module for hitch. It is currently
2 (very) alpha quality. See also my Varnish plugin for authentication, at
3
4   https://git.sesse.net/?p=letsencrypt-varnish-plugin;a=summary
5
6 To use, assuming you've installed the Varnish authentication plugin:
7
8  1. Install certbot as usual.
9
10  2. Activate the venv, if installed in a venv:
11
12     . ~/.local/share/certbot/bin/activate
13
14  3. Install the module:
15
16     pip3 install -e path/to/this/certbot-hitch
17
18  4. Ask for and install a certificate:
19
20     sudo certbot -a certbot-varnish:varnish -i certbot-hitch:hitch -d <domain>
21
22
23 The Hitch installer plugin is licensed under the same terms as the Let's
24 Encrypt client itself.
25
26   - Steinar H. Gunderson <steinar+letsencrypt@gunderson.no>
27