-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
[CertBot] Remove certbot stretch packages on deinstallation + Binary fix #1217
Conversation
I just realized that we introduced a bug in CertBot for Jessie by just replacing the the binary/script with the new certbot binary on apache+nginx, that is installed only on Stretch. On the other hand, lighttpd and minio didn't use the new binary on Stretch and thus should fail there. I first simplified the script, by merging I added |
No worries 👍 Fixed in this PR?
Auto configuration based on installed webserver? Would be ideal, cuts out unnecessary inputs from user. |
Yes, fixed it with second commit.
As said, on Stretch, auto configuration via For testing I am building a virtual machine. First tried to run RPi2 with qemu, but that didn't work well, now found the virtualbox image and just need to activate Intel-VT on my machine to get it to run as x64. So hang on 😄. |
@Fourdee To test But the Another simple solution would be to install the certbot apt packages from |
Excellent, thanks, i'll get this merged.
I'll update our VM images to Stretch: |
No description provided.