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