mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
add ACME mention
This commit is contained in:
parent
e2930f29c1
commit
ff2d961be7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user