From: Dr. David von Oheimb Date: Fri, 4 Sep 2020 13:09:32 +0000 (+0200) Subject: test/recipes/81-test_cmp_cli_data/Mock/server.cnf: minor cleanup X-Git-Tag: openssl-3.0.0-alpha7~336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb5087fc7caaf40a2f4dafb294f3cba1b9ca2619;p=thirdparty%2Fopenssl.git test/recipes/81-test_cmp_cli_data/Mock/server.cnf: minor cleanup Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/12655) --- diff --git a/test/recipes/81-test_cmp_cli_data/Mock/server.cnf b/test/recipes/81-test_cmp_cli_data/Mock/server.cnf index af0f0f0cf12..c8fe8edcc6c 100644 --- a/test/recipes/81-test_cmp_cli_data/Mock/server.cnf +++ b/test/recipes/81-test_cmp_cli_data/Mock/server.cnf @@ -1,16 +1,14 @@ [cmp] # mock server configuration port = 1700 -srv_secret = pass:test srv_cert = server.crt srv_key = server.key +srv_secret = pass:test -#accept_unprotected +# 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 - -