This is a Let's Encrypt installer module for hitch. It is currently (very) alpha quality. See also my Varnish plugin for authentication, at https://git.sesse.net/?p=letsencrypt-varnish-plugin;a=summary To use, assuming you've installed the Varnish authentication plugin: 1. Install letsencrypt as usual, with letsencrypt-auto. 2. Activate the venv: . ~/.local/share/letsencrypt/bin/activate 3. Install the module: pip install -e path/to/this/letsencrypt-hitch 4. Ask for and install a certificate: 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 The Hitch installer plugin is licensed under the same terms as the Let's Encrypt client itself. - Steinar H. Gunderson