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