diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2023-01-27 14:31:45 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-02-02 08:58:10 +0100 |
commit | 323c47532ea7fc79d5e28a0fa58ea0cc4d5196b8 (patch) | |
tree | 0736fe1860ae5bbf2324be354fcff733b248cc85 /doc | |
parent | APPS load_key_certs_crls(): improve diagnostics on not finding expected types... (diff) | |
download | openssl-323c47532ea7fc79d5e28a0fa58ea0cc4d5196b8.tar.xz openssl-323c47532ea7fc79d5e28a0fa58ea0cc4d5196b8.zip |
APPS/{storeutl,gendsa}: give error on extra arguments, improve doc
Point out that options must be given before the final file/URI arg.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20156)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man1/openssl-gendsa.pod.in | 2 | ||||
-rw-r--r-- | doc/man1/openssl-storeutl.pod.in | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/man1/openssl-gendsa.pod.in b/doc/man1/openssl-gendsa.pod.in index f9352b72be..41b5a6fbef 100644 --- a/doc/man1/openssl-gendsa.pod.in +++ b/doc/man1/openssl-gendsa.pod.in @@ -58,6 +58,8 @@ These options encrypt the private key with specified cipher before outputting it. A pass phrase is prompted for. If none of these options is specified no encryption is used. +Note that all options must be given before the I<paramfile> argument. + =item B<-verbose> Print extra details about the operations being performed. diff --git a/doc/man1/openssl-storeutl.pod.in b/doc/man1/openssl-storeutl.pod.in index 80dc7e36c8..554e1a687b 100644 --- a/doc/man1/openssl-storeutl.pod.in +++ b/doc/man1/openssl-storeutl.pod.in @@ -28,12 +28,12 @@ B<openssl> B<storeutl> [B<-fingerprint> I<arg>] [B<-I<digest>>] {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -} -I<uri> ... +I<uri> =head1 DESCRIPTION This command can be used to display the contents (after -decryption as the case may be) fetched from the given URIs. +decryption as the case may be) fetched from the given URI. =head1 OPTIONS @@ -76,6 +76,8 @@ Only select the certificates, keys or CRLs from the given URI. However, if this URI would return a set of names (URIs), those are always returned. +Note that all options must be given before the I<uri> argument. + =item B<-subject> I<arg> Search for an object having the subject name I<arg>. |