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