mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
a6838c8d52
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16051)
17 lines
368 B
INI
17 lines
368 B
INI
[cmp] # mock server configuration
|
|
|
|
port = 0 # 0 means that the server should choose a random available port
|
|
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
|
|
|
|
verbosity = 7
|