Y
Hacker News
new
|
ask
|
show
|
jobs
by
opless
2695 days ago
Hopefully Ubuntu has updated certbot to support this.
3 comments
rlpb
2695 days ago
Ubuntu Server developer involved with Certbot here. I have posted elsewhere in this discussion with details.
link
GuyPostington
2695 days ago
If not, installing from pip is always an option.
`pip install --upgrade --user certbot`
link
schoen
2695 days ago
We would really suggest using certbot-auto instead because it will create a venv for you so that you don't get version conflicts elsewhere. (It does use pip behind the scenes, but in a venv.)
link
GuyPostington
2694 days ago
That's a good point, thank you.
link
gamegod
2695 days ago
They have updated, just `apt-get upgrade`.
link