mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
APPS/cmp: fix wrong CLI option reference for -ref_cert
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/28786)
This commit is contained in:
committed by
Dr. David von Oheimb
parent
7c168f55b1
commit
5eeeaa7da3
@@ -577,7 +577,7 @@ const OPTIONS cmp_options[] = {
|
||||
"Trusted certificates for client authentication"},
|
||||
{"srv_untrusted", OPT_SRV_UNTRUSTED, 's',
|
||||
"Intermediate certs that may be useful for verifying CMP protection"},
|
||||
{"ref_cert", OPT_RSP_CERT, 's',
|
||||
{"ref_cert", OPT_REF_CERT, 's',
|
||||
"Certificate to be expected for rr and any oldCertID in kur messages"},
|
||||
{"rsp_cert", OPT_RSP_CERT, 's',
|
||||
"Certificate to be returned as mock enrollment result"},
|
||||
|
||||
Reference in New Issue
Block a user