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

Incorrect Other/PIP Cron Instructions #757

Open
rayliuca opened this issue Jan 14, 2022 · 3 comments
Open

Incorrect Other/PIP Cron Instructions #757

rayliuca opened this issue Jan 14, 2022 · 3 comments
Assignees

Comments

@rayliuca
Copy link

In the instructions for other/pip for automatic renewal cron job should be sudo certbot renew -q instead of sudo renew -q

image

@zoracon
Copy link
Contributor

zoracon commented Jan 18, 2022

Hello, thank you for letting us know. We are correcting this issue with an internal ticket. Will update when fixed.

@zoracon zoracon self-assigned this Jan 18, 2022
@alexzorin
Copy link
Collaborator

Another issue with the pip instructions.

The upgrade command is:

sudo /opt/certbot/bin/pip install --upgrade 

but it should include package names to be upgraded. That would be, certbot, and if Apache, nginx, or a DNS plugin is selected, that package as well. See the original PR: #698.

@alexzorin
Copy link
Collaborator

@zoracon it looks like this most of this has been fixed. There's one little thing missing.

On https://certbot.eff.org/instructions?ws=nginx&os=pip the upgrade instruction is currently:

sudo /opt/certbot/bin/pip install --upgrade certbot-nginx

The certbot package should be included, in addition to any relevant plugin. This would be:

sudo /opt/certbot/bin/pip install --upgrade certbot certbot-nginx

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

3 participants