From 7a5b865f24aa81c328b59c1540c151d6c8374f71 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 22 Oct 2020 22:21:49 +0200 Subject: [PATCH] Remove snap connection instructions Related to https://github.com/certbot/website/pull/665 --- tools/snap/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/snap/README.md b/tools/snap/README.md index 71babf1a7..2e9255f1f 100644 --- a/tools/snap/README.md +++ b/tools/snap/README.md @@ -28,9 +28,8 @@ These are the steps to build and install the snaps. If you have run these steps 5. `snapcraft --use-lxd` 6. Run `sudo snap set certbot trust-plugin-with-root=ok`. 7. Install the generated snap with `sudo snap install --dangerous certbot-dns-dnsimple_*_amd64.snap`. Again, you can transfer the snap to a different machine to run it there instead if you prefer. - 8. Connect the plugin with `sudo snap connect certbot:plugin certbot-dns-dnsimple`. - 9. Connect the plugin metadata with `sudo snap connect certbot-dns-dnsimple:certbot-metadata certbot:certbot-metadata`. Install the plugin again to test refresh; logs are at `/var/snap/certbot-dns-dnsimple/current/debuglog`. - 10. Now you can run Certbot as normal. For example, `certbot plugins` should display the DNSimple plugin as installed. + 8. Connect the plugin metadata with `sudo snap connect certbot-dns-dnsimple:certbot-metadata certbot:certbot-metadata`. Install the plugin again to test refresh; logs are at `/var/snap/certbot-dns-dnsimple/current/debuglog`. + 9. Now you can run Certbot as normal. For example, `certbot plugins` should display the DNSimple plugin as installed. ### Reset the Environment