[Qgis-psc] letsencrypt certificates on qgis2
Richard Duivenvoorde
rdmailings at duif.net
Fri Jun 21 00:40:42 PDT 2019
Hi,
Just upgraded certificates on qgis2 and 3 (4 does not have it and 5 is
not online yet).
Quick note that on qgis2 the './certbot-auto renew' command fails
nowadays because we run Debian 7.11 / Wheezy (EOL) there. Which has old
Python/Virtualenv etc (see https://github.com/certbot/certbot/issues/6824)
For (new) admins, normal upgrade is:
# as root
cd /root/letsencrypt/
./certbot-auto renew
BUT: on qgis2 you now have to do:
# as root
cd /root/letsencrypt/
# edit certbot-auto as described here:
https://github.com/certbot/certbot/issues/6824#issuecomment-470525460
# then run it WITHOUT(!) renewing itself!!
./certbot-auto renew --no-self-upgrade
Regards,
Richard Duivenvoorde
PS I think we need more active people in the admin at qgis.org group!
(those receive the mails about letsencrypt, hetzner etc etc and should
react on this)
More information about the Qgis-psc
mailing list