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