5b4faf4a250deaebd284fcd23e302421b55821ac
[openssl.git] / doc / man1 / storeutl.pod
1 =pod
2
3 =head1 NAME
4
5 openssl-storeutl,
6 storeutl - STORE utility
7
8 =head1 SYNOPSIS
9
10 B<openssl> B<storeutl>
11 [B<-help>]
12 [B<-out file>]
13 [B<-noout>]
14 [B<-passin arg>]
15 [B<-text arg>]
16 [B<-engine id>]
17 [B<-r>]
18 [B<-certs>]
19 [B<-keys>]
20 [B<-crls>]
21 B<uri> ...
22
23 =head1 DESCRIPTION
24
25 The B<storeutl> command can be used to display the contents (after decryption
26 as the case may be) fetched from the given URIs.
27
28 =head1 OPTIONS
29
30 =over 4
31
32 =item B<-help>
33
34 Print out a usage message.
35
36 =item B<-out filename>
37
38 specifies the output filename to write to or standard output by
39 default.
40
41 =item B<-noout>
42
43 this option prevents output of the PEM data.
44
45 =item B<-passin arg>
46
47 the key password source. For more information about the format of B<arg>
48 see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
49
50 =item B<-text>
51
52 Prints out the objects in text form, similarly to the B<-text> output from
53 B<openssl x509>, B<openssl pkey>, etc.
54
55 =item B<-engine id>
56
57 specifying an engine (by its unique B<id> string) will cause B<storeutl>
58 to attempt to obtain a functional reference to the specified engine,
59 thus initialising it if needed.
60 The engine will then be set as the default for all available algorithms.
61
62 =item B<-r>
63
64 Fetch objects recursively when possible.
65
66 =item B<-certs>
67
68 =item B<-keys>
69
70 =item B<-crls>
71
72 Only select the certificates, keys or CRLs from the given URI.
73 However, if this URI would return a set of names (URIs), those are always
74 returned.
75
76 =back
77
78 =head1 SEE ALSO
79
80 L<openssl(1)>
81
82 =head1 HISTORY
83
84 B<openssl> B<storeutl> was added to OpenSSL 1.1.1.
85
86 =head1 COPYRIGHT
87
88 Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
89
90 Licensed under the OpenSSL license (the "License").  You may not use
91 this file except in compliance with the License.  You can obtain a copy
92 in the file LICENSE in the source distribution or at
93 L<https://www.openssl.org/source/license.html>.
94
95 =cut