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:
Joshua Rogers
2025-10-08 15:37:35 +08:00
committed by Dr. David von Oheimb
parent 7c168f55b1
commit 5eeeaa7da3

View File

@@ -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"},