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
|
---|
5 | testapp = test_sect
|
---|
6 |
|
---|
7 | [test_sect]
|
---|
8 | # list of configuration modules
|
---|
9 |
|
---|
10 | # SSL configuration module
|
---|
11 | ssl_conf = ssl_sect
|
---|
12 |
|
---|
13 | [ssl_sect]
|
---|
14 | # list of SSL configurations
|
---|
15 | server = server_sect
|
---|
16 |
|
---|
17 | [server_sect]
|
---|
18 | # Only support 3 curves
|
---|
19 | Curves = P-521:P-384:P-256
|
---|
20 | # Restricted signature algorithms
|
---|
21 | SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
|
---|
22 | # Certificates and keys
|
---|
23 | RSA.Certificate=server.pem
|
---|
24 | ECDSA.Certificate=server-ec.pem
|
---|
Note:
See
TracBrowser
for help on using the repository browser.