openssl/test/recipes/80-test_cmp_http_data/Mock/server.cnf
Richard Levitte b422ba3dda Adapt 80-test_cmp_http.t and its data for random accept ports
Fixes #14694

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/15281)
2021-05-16 12:07:14 +02:00

16 lines
346 B
INI

[cmp] # mock server configuration
# port 0 means that a random available port will be used
port = 0
srv_cert = server.crt
srv_key = server.key
srv_secret = pass:test
# not needed: accept_unprotected = 1
no_check_time = 1
srv_trusted = signer_root.crt
rsp_cert = signer_only.crt
rsp_capubs = signer_root.crt
rsp_extracerts = signer_issuing.crt