Add demo for SSL server using SSL_CONF.
[openssl.git] / demos / bio / accept.cnf
1 # Example configuration file
2 # Connects to the default port of s_server
3 Port = localhost: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 ECDHParameters = Automatic
9 # Restricted signature algorithms
10 SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 
11 Certificate=server.pem
12 PrivateKey=server.pem