CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate
[openssl.git] / test / recipes / 80-test_cmp_http_data / Mock / server.cnf
1 [cmp] # mock server configuration
2
3 port = 0 # 0 means that the server should choose a random available port
4 srv_cert = server.crt
5 srv_key = server.key
6 srv_secret = pass:test
7
8 # not needed: accept_unprotected = 1
9 no_check_time = 1
10 srv_trusted = signer_root.crt
11
12 ref_cert = signer_only.crt
13 rsp_cert = signer_only.crt
14 rsp_capubs = trusted.crt
15 rsp_extracerts = signer_issuing.crt
16
17 rsp_newwithnew = newWithNew.pem
18 rsp_newwithold = newWithOld.pem
19 rsp_oldwithnew = oldWithNew.pem
20
21 verbosity = 7