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_key = new.key 16rsp_crl = newcrl.pem 17rsp_capubs = trusted.crt 18rsp_extracerts = signer_issuing.crt 19 20rsp_newwithnew = newWithNew.pem 21rsp_newwithold = newWithOld.pem 22rsp_oldwithnew = oldWithNew.pem 23 24verbosity = 7 25