mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
apps/cmp.c: Improve example given for -geninfo option (also in man page)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12825)
This commit is contained in:
parent
1cd77e2eca
commit
5ea4c6e553
@ -269,7 +269,7 @@ const OPTIONS cmp_options[] = {
|
||||
{"geninfo", OPT_GENINFO, 's',
|
||||
"generalInfo integer values to place in request PKIHeader with given OID"},
|
||||
{OPT_MORE_STR, 0, 0,
|
||||
"specified in the form <OID>:int:<n>, e.g. \"1.2.3:int:987\""},
|
||||
"specified in the form <OID>:int:<n>, e.g. \"1.2.3.4:int:56789\""},
|
||||
|
||||
OPT_SECTION("Certificate enrollment"),
|
||||
{"newkey", OPT_NEWKEY, 's',
|
||||
|
@ -235,7 +235,7 @@ e.g., C<signKeyPairTypes>.
|
||||
=item B<-geninfo> I<OID:int:N>
|
||||
|
||||
generalInfo integer values to place in request PKIHeader with given OID,
|
||||
e.g., C<1.2.3:int:987>.
|
||||
e.g., C<1.2.3.4:int:56789>.
|
||||
|
||||
=back
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user