5a2ef45ea7a6b32956059c37614c0acdc1e9728d
[openssl.git] / demos / bio / accept.cnf
1 # Example configuration file
2 # Port to listen on
3 Port = 4433
4 # Disable TLS v1.2 for test.
5 # Protocol = ALL, -TLSv1.2
6 # Only support 3 curves
7 Curves = P-521:P-384:P-256
8 # Automatic curve selection
9 ECDHParameters = Automatic
10 # Restricted signature algorithms
11 SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 
12 Certificate=server.pem
13 PrivateKey=server.pem
14 ChainCAFile=root.pem
15 VerifyCAFile=root.pem
16
17 # Request certificate
18 VerifyMode=Request
19 ClientCAFile=root.pem