]> git.sesse.net Git - letsencrypt-hitch-plugin/blob - README
Initial checkin.
[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 letsencrypt as usual, with letsencrypt-auto.
9
10  2. Activate the venv:
11
12     . ~/.local/share/letsencrypt/bin/activate
13
14  3. Install the module:
15
16     pip install -e path/to/this/letsencrypt-hitch
17
18  4. Ask for and install a certificate:
19
20     sudo ~/.local/share/letsencrypt/bin/letsencrypt --agree-dev-preview --server https://acme-v01.api.letsencrypt.org/directory -a letsencrypt-varnish-plugin:varnish -i letsencrypt-hitch-plugin: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