1# 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# Automatic curve selection
9ECDHParameters = Automatic
10# Restricted signature algorithms
11SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 
12Certificate=server.pem
13PrivateKey=server.pem
14