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 certbot as usual. 2. Activate the venv, if installed in a venv: . ~/.local/share/certbot/bin/activate 3. Install the module: pip3 install -e path/to/this/certbot-hitch 4. Ask for and install a certificate: sudo certbot -a certbot-varnish:varnish -i certbot-hitch:hitch -d The Hitch installer plugin is licensed under the same terms as the Let's Encrypt client itself. - Steinar H. Gunderson