kore/examples/nohttp/conf/nohttp.conf

17 lines
197 B
Plaintext

# nohttp configuration
load ./nohttp.so
listen tls {
bind 127.0.0.1 8888 connection_setup
}
tls_dhparam dh2048.pem
domain * {
attach tls
certfile cert/server.pem
certkey cert/key.pem
}