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