-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install the letsencrypt package when available #10
Comments
Thanks for this! Tried and works at least on 15.10 (wily) too, by downloading |
I'd rather not download |
@thefinn93 what about installing the packages on those distros that have them? |
@pmackay yeah, that's what the point of this issue is. "When available" i guess was my way of saying that. When it's in the package manager. |
should work recently as seen on certbot/certbot#1706 |
@dothebart does that work on Debian? I was under the impression that PPA's were sort of an Ubuntu thing. |
also, looks like it doesn't detect the availability of the package so much as add a repo and hope it works |
Installing with pip is not supported by certbot. The current PyPI package is broken. The certbot developers recommend to install from backports on Debian Jessie: certbot/certbot#5015 So, it seems that installing from distribution packages whenever possible is indeed the way to go. |
I don't want to promise anything, but I will try to find the time to start a PR this weekend. |
I need this for work now, so I'm working on it. will be Debian only unfortunatly 😿 |
PR, needs testing on non-Debian hosts: #59 |
Installing the package is far less janky than compiling from source every time. Looks like this is available in Ubuntu Xenial and Debian Stretch
The text was updated successfully, but these errors were encountered: