Added ACME client and possibility to use the cert with the HttpServer
This commit is contained in:
parent
2a79a2ba38
commit
a27873bedd
11 changed files with 527 additions and 89 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue