Added ACME client and possibility to use the cert with the HttpServer

This commit is contained in:
Ziver Koc 2021-08-05 16:39:16 +02:00
parent 2a79a2ba38
commit a27873bedd
11 changed files with 527 additions and 89 deletions

View file

@ -46,7 +46,7 @@ public class HttpGuessTheNumber implements HttpPage {
private static final String COOKIE_KEY_HIGH = "high";
public static void main(String[] args) {
public static void main(String[] args) throws IOException {
LogUtil.setGlobalLevel(Level.ALL);
LogUtil.setGlobalFormatter(new CompactLogFormatter());