Kouhei Sutou 2019-01-19 05:49:09 +0900 (Sat, 19 Jan 2019) Revision: c897d2fb5a1ee8dbb3e688d9108d3856e3200f0e https://github.com/groonga/packages.groonga.org/commit/c897d2fb5a1ee8dbb3e688d9108d3856e3200f0e Message: Use http challenge Because tls-sni will be EOL. Modified files: ansible/files/etc/cron.daily/letsencrypt Modified: ansible/files/etc/cron.daily/letsencrypt (+1 -1) =================================================================== --- ansible/files/etc/cron.daily/letsencrypt 2018-11-27 00:47:15 +0900 (e7c6227) +++ ansible/files/etc/cron.daily/letsencrypt 2019-01-19 05:49:09 +0900 (8a5b3a3) @@ -1,5 +1,5 @@ #!/bin/sh systemctl stop apache2 -certbot renew > /var/log/letsencrypt/renew.log +certbot renew --preferred-challenges http > /var/log/letsencrypt/renew.log systemctl start apache2 -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190119/c3c333ea/attachment.html>