Created
July 8, 2020 15:13
-
-
Save cshireman/7638456591970a49b10ea3e995b82b78 to your computer and use it in GitHub Desktop.
Repair a certbot installation when python errors happen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo /opt/eff.org/certbot/venv/local/bin/pip install cryptography interface zope |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have struggled for a long time with certbot on various systems. It works great, until it doesn't. Apparently the root cause of these problems is missing packages in the virtual python environment certbot runs in. This command worked for me, but I provide no warranty. Please check your error messages for specific package names and adjust as necessary.