From ff2d961be761e17477a1dc9067ae784022565750 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 7 Nov 2019 12:25:14 +0100 Subject: [PATCH] add ACME mention --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe2cd7a..a32abc5 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Key Features * Optional asynchronous PostgreSQL support * Optional support for page handlers in Python * Reload private keys and certificates on-the-fly +* Automatic X509 certificates via ACME (with privsep) * Private keys isolated in separate process (RSA and ECDSA) * Default sane TLS ciphersuites (PFS in all major browsers) * Modules can be reloaded on-the-fly, even while serving content @@ -78,6 +79,7 @@ $ make If you would like to build a specific flavor, you can enable those by setting a shell environment variable before running **_make_**. +* ACME=1 (compiles in ACME support) * CURL=1 (compiles in asynchronous curl support) * TASKS=1 (compiles in task support) * PGSQL=1 (compiles in pgsql support)