mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
b422ba3dda
Fixes #14694 Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/15281)
16 lines
346 B
INI
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
|