]> git.sesse.net Git - letsencrypt-hitch-plugin/blobdiff - README
Small update for certbot in bookworm.
[letsencrypt-hitch-plugin] / README
diff --git a/README b/README
index 35d9a67bba98acb48eeb20eff589f8d2bc8f57bd..96c4057d283948fdaa9052b8db98d1abefd3f5f4 100644 (file)
--- a/README
+++ b/README
@@ -5,19 +5,19 @@ This is a Let's Encrypt installer module for hitch. It is currently
 
 To use, assuming you've installed the Varnish authentication plugin:
 
- 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-hitch
+    pip3 install -e path/to/this/certbot-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 <domain>
+    sudo certbot -a certbot-varnish:varnish -i certbot-hitch:hitch -d <domain>
 
 
 The Hitch installer plugin is licensed under the same terms as the Let's