-
Notifications
You must be signed in to change notification settings - Fork 136
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
letsencrypt package is now called certbot #41
Comments
Do you have d28c04b (it's not in the latest release)? Alternatively setting allow_virtual => true might make it work. |
No, it has not been released yet. I was hoping someone else had gotten sick of the "action/restart" every 30 mins too. Thanks @domcleal . There are a significant number of commits since the last release, perhaps we should push out a new release. ;) |
Will get a new release out in the next day or so :) |
New question: should we rename this module to |
At least add certbot to the description and "tags" ... but it does seem logical to rename and then tag back to letsencrypt as certbot is letsencrypt client, right? https://www.eff.org/deeplinks/2016/05/announcing-certbot-new-tls-robot |
I agree, it probably should be certbot now. |
certbot seems like the right name. |
Btw, git repohas also be renamed to certbot ( https://github.com/certbot/certbot ) . Same occured for command names (certbot/certbot-auto). |
Thank you! I think I'm going to push one more release of |
Just pushed to the |
Nice, will give it a try. Any reason to keep v0.4.2 as default version ? certbot is v0.8.1 right now (and should auto update to latest version itself btw). |
I just noticed that. I'll update the version! |
Still testing your branch, but looks like there is no venv neither cerbot vs certbot-auto commands. Basically, I had to set |
One more comment, live directory is still /etc/letsencrypt/live :) |
FYI: We're testing the branch, seems to work quite nice. Only annoying (like @maxenced mentioned) that Certbot itself still has a bunch of "letsencrypt" references in there. |
also, the nightly cron run explodes on a "python error", when I run the commandline manually I get a full screen message (ncurses?) about the cert not needing a renew and waiting for me to click OK. I don't see a CLI option to make it a quiet cron-friendly run. is this fixable with certbot or should I just switch to letsencrypt.sh? |
just saw it does take -q and --non-interactive. can you fit that into the code or should I do a PR? |
Should we wait to release this module until |
@seefood I'll add |
I did, and it does not help. the cronjob returns:
and
the commandline is When I run it in a terminal it draws a ncurses-like blue screen with a white rectangle:
how about we move to use a more cron-friendly client, like letsencrypt.sh? the way this is set up, I'm not going to get cert updates 90% of the time without manual intervention, and that's not an option. |
I would recommend using OS native packages? :) |
But I am...
|
@seefood sorry I thought I already responded to this, but I think we need to add I was still getting an error because I was trying to use If anyone else here is running EL7, please test and add Karma here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-999186afcf Thanks, |
So after |
@danzilio - Can we get a release on this? ;) |
PR #49 addresses this issue. Feel free to use the repo mentioned in the PR until it is merged into the mainline repo. |
Any word on a release? Thanks. |
I get the following on the command line:
Which results in a constant attempt to install
letsencrypt
package on systems:... because "letsencrypt" is not installed. ;)
The text was updated successfully, but these errors were encountered: