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
11
12ref_cert = signer_only.crt
13rsp_cert = signer_only.crt
14rsp_capubs = signer_root.crt
15rsp_extracerts = signer_issuing.crt
16
17verbosity = 7
18