VirtualBox

source: vbox/trunk/src/libs/openssl-1.1.1f/demos/bio/cmod.cnf@ 83531

Last change on this file since 83531 was 83531, checked in by vboxsync, 5 years ago

setting svn:sync-process=export for openssl-1.1.1f, all files except tests

File size: 539 bytes
Line 
1# Example config module configuration
2
3# Name supplied by application to CONF_modules_load_file
4# and section containing configuration
5testapp = test_sect
6
7[test_sect]
8# list of configuration modules
9
10# SSL configuration module
11ssl_conf = ssl_sect
12
13[ssl_sect]
14# list of SSL configurations
15server = server_sect
16
17[server_sect]
18# Only support 3 curves
19Curves = P-521:P-384:P-256
20# Restricted signature algorithms
21SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
22# Certificates and keys
23RSA.Certificate=server.pem
24ECDSA.Certificate=server-ec.pem
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette