Lines Matching +full:serial +full:- +full:output

4 {- join("\n", @autowarntext) -}
10 openssl-storeutl - STORE command
15 [B<-help>]
16 [B<-out> I<file>]
17 [B<-noout>]
18 [B<-passin> I<arg>]
19 [B<-text> I<arg>]
20 [B<-r>]
21 [B<-certs>]
22 [B<-keys>]
23 [B<-crls>]
24 [B<-subject> I<arg>]
25 [B<-issuer> I<arg>]
26 [B<-serial> I<arg>]
27 [B<-alias> I<arg>]
28 [B<-fingerprint> I<arg>]
29 [B<-I<digest>>]
30 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -}
42 =item B<-help>
46 =item B<-out> I<filename>
48 specifies the output filename to write to or standard output by
51 =item B<-noout>
53 this option prevents output of the PEM data.
55 =item B<-passin> I<arg>
58 see L<openssl-passphrase-options(1)>.
60 =item B<-text>
62 Prints out the objects in text form, similarly to the B<-text> output from
63 L<openssl-x509(1)>, L<openssl-pkey(1)>, etc.
65 =item B<-r>
69 =item B<-certs>
71 =item B<-keys>
73 =item B<-crls>
82 Note I<-keys> selects exclusively private keys, there is no selector for public
85 =item B<-subject> I<arg>
94 Giving a single C</> will lead to an empty sequence of RDNs (a NULL-DN).
95 Multi-valued RDNs can be formed by placing a C<+> character instead of a C</>
102 =item B<-issuer> I<arg>
104 =item B<-serial> I<arg>
106 Search for an object having the given issuer name and serial number.
110 The serial arg may be specified as a decimal value or a hex value if preceded
113 =item B<-alias> I<arg>
117 =item B<-fingerprint> I<arg>
121 =item B<-I<digest>>
123 The digest that was used to compute the fingerprint given with B<-fingerprint>.
125 {- $OpenSSL::safe::opt_engine_item -}
127 {- $OpenSSL::safe::opt_provider_item -}
139 The B<-engine> option was deprecated in OpenSSL 3.0.
143 Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.