xref: /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.cnf (revision b0d1725196a7921d003d2c66a14f186abda4176b)
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