blob: cb0cefba753268321cdb91fe34e76333d58a000c [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# Example configuration file
2# Port to listen on
3Port = 4433
4# Disable TLS v1.2 for test.
5# Protocol = ALL, -TLSv1.2
6# Only support 3 curves
7Curves = P-521:P-384:P-256
8# Restricted signature algorithms
9SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
10Certificate=server.pem
11PrivateKey=server.pem
12ChainCAFile=root.pem
13VerifyCAFile=root.pem
14
15# Request certificate
16VerifyMode=Request
17ClientCAFile=root.pem