Remove really old demo's
[openssl.git] / demos / bio / accept.cnf
index c1a0343a05aa373b4c5da71dc6cd335641003a49..5a2ef45ea7a6b32956059c37614c0acdc1e9728d 100644 (file)
@@ -1,12 +1,19 @@
 # Example configuration file
-# Connects to the default port of s_server
-Port = localhost:4433
+# Port to listen on
+Port = 4433
 # Disable TLS v1.2 for test.
 # Protocol = ALL, -TLSv1.2
 # Only support 3 curves
 Curves = P-521:P-384:P-256
+# Automatic curve selection
 ECDHParameters = Automatic
 # Restricted signature algorithms
 SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 
 Certificate=server.pem
 PrivateKey=server.pem
+ChainCAFile=root.pem
+VerifyCAFile=root.pem
+
+# Request certificate
+VerifyMode=Request
+ClientCAFile=root.pem