tls: enable the selection of more TLS settings (#1695)
tls: enable the selection of more TLS settings * Rename `tls_config` to `tls_server_config`. * Add new http server config with HTTP/2 enabled by default. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
0c532984b7
commit
f87e566df9
27 changed files with 433 additions and 40 deletions
2
https/testdata/tls_config_users.good.yml
vendored
2
https/testdata/tls_config_users.good.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
tls_config :
|
||||
tls_server_config :
|
||||
cert_file : "testdata/server.crt"
|
||||
key_file : "testdata/server.key"
|
||||
basic_auth_users:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue