aboutsummaryrefslogtreecommitdiff
path: root/openssl-1.1.0h/demos/bio/accept.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-1.1.0h/demos/bio/accept.cnf')
-rw-r--r--openssl-1.1.0h/demos/bio/accept.cnf17
1 files changed, 17 insertions, 0 deletions
diff --git a/openssl-1.1.0h/demos/bio/accept.cnf b/openssl-1.1.0h/demos/bio/accept.cnf
new file mode 100644
index 0000000..eb69658
--- /dev/null
+++ b/openssl-1.1.0h/demos/bio/accept.cnf
@@ -0,0 +1,17 @@
+# Example configuration file
+# 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
+# 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