From 52c3fce5211a87ee7e2b3b7583e9e337fea1d4d7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Jul 2017 10:24:13 +0530 Subject: [PATCH] Add note about acme v2 --- src/calibre/srv/TODO.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/srv/TODO.rst b/src/calibre/srv/TODO.rst index 24a35afb98..4280164d62 100644 --- a/src/calibre/srv/TODO.rst +++ b/src/calibre/srv/TODO.rst @@ -26,6 +26,8 @@ New features for the server generally - Add more book list visualizations and/or a customizable visualization - Automatic Let's Encrypt integration so that using HTTPS is easier + Should wait fo rthe acme v2 protocol endpoint: + https://letsencrypt.org/2017/06/14/acme-v2-api.html Bug fixes --------------