1[cmp] # mock server configuration
2
3port = 0 # 0 means that the server should choose a random available port
4srv_cert = server.crt
5srv_key = server.key
6srv_secret = pass:test
7
8# not needed: accept_unprotected = 1
9no_check_time = 1
10srv_trusted = signer_root.crt
11no_cache_extracerts = 1
12
13ref_cert = signer_only.crt
14rsp_cert = signer_only.crt
15rsp_crl = newcrl.pem
16rsp_capubs = trusted.crt
17rsp_extracerts = signer_issuing.crt
18
19rsp_newwithnew = newWithNew.pem
20rsp_newwithold = newWithOld.pem
21rsp_oldwithnew = oldWithNew.pem
22
23verbosity = 7
24