X-Git-Url: https://git.sesse.net/?p=letsencrypt-varnish-plugin;a=blobdiff_plain;f=README;h=c2fb0858fee476da5bb59e654f93780845341a77;hp=fb4d683bd603b15d5fe291fef4f2c9e603dab933;hb=c9f60e8e3523049dd094b71d642a563015f1d2be;hpb=f282688a47568c825ddf3c68fa3b6c62b7c48d5a diff --git a/README b/README index fb4d683..c2fb085 100644 --- a/README +++ b/README @@ -11,24 +11,25 @@ it up. Please back up your VCL configuratoin before use. To use: - 1. Install letsencrypt as usual, with letsencrypt-auto. + 1. Install certbot as usual. - 2. Activate the venv: + 2. Activate the venv, if installed in a venv: - . ~/.local/share/letsencrypt/bin/activate + . ~/.local/share/certbot/bin/activate 3. Install the module: - pip install -e path/to/this/letsencrypt-varnish + pip3 install -e path/to/this/certbot-hitch 4. Ask for a certificate: - sudo ~/.local/share/letsencrypt/bin/letsencrypt --agree-dev-preview --server https://acme-v01.api.letsencrypt.org/directory -a letsencrypt-varnish-plugin:varnish -d certonly + sudo certbot -a certbot-varnish:varnish -d certonly -There is no installation module, since Varnish itself does not support SSL. -If there's enough interest, I might make a hitch installation module to go -with the Varnish authenticator module. +Varnish itself does not support SSL, so the module is just for authentication, +just installation. There is a Hitch installation module at + + https://git.sesse.net/?p=letsencrypt-hitch-plugin;a=summary The Varnish authenticator plugin is licensed under the same terms as the Let's Encrypt client itself.