Skip to content
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

conflict with /etc/cron.d/certbot? #12

Open
RobT2012 opened this issue Apr 23, 2017 · 0 comments
Open

conflict with /etc/cron.d/certbot? #12

RobT2012 opened this issue Apr 23, 2017 · 0 comments

Comments

@RobT2012
Copy link

According to the installation instructions, I should add a cron job as follows:

sudo crontab -e
5 8 * * 6 /usr/bin/cert-renewal-haproxy.sh

The problem I see is /etc/cron.d/certbot (it is installed when installing certbot) renews the certs but will not regenerate the haproxy.pem files as required. If /etc/cron.d/certbot runs before cert-renewal-haproxy.sh, then the certs will already be renewed, and cert-renewal-haproxy.sh will fail to regenerate the haproxy.pem files.

I think that the install instructions should say that /etc/cron.d/certbot must be disabled if it has been installed.

Another minor issue is that "letsencrypt-auto" no loner exists, it should be renamed to "cerbot".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant