man-pages/man1/storeutl.1ssl.html
2021-03-31 01:06:50 +01:00

182 lines
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of STOREUTL</TITLE>
</HEAD><BODY>
<H1>STOREUTL</H1>
Section: OpenSSL (1SSL)<BR>Updated: 2021-03-22<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
openssl-storeutl, storeutl - STORE utility
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>openssl</B> <B>storeutl</B>
[<B>-help</B>]
[<B>-out file</B>]
[<B>-noout</B>]
[<B>-passin arg</B>]
[<B>-text arg</B>]
[<B>-engine id</B>]
[<B>-r</B>]
[<B>-certs</B>]
[<B>-keys</B>]
[<B>-crls</B>]
[<B>-subject arg</B>]
[<B>-issuer arg</B>]
[<B>-serial arg</B>]
[<B>-alias arg</B>]
[<B>-fingerprint arg</B>]
[<B>-</B>digest<B></B>]
<B>uri</B> ...
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
The <B>storeutl</B> command can be used to display the contents (after decryption
as the case may be) fetched from the given URIs.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>-help</B><DD>
Print out a usage message.
<DT id="2"><B>-out filename</B><DD>
specifies the output filename to write to or standard output by
default.
<DT id="3"><B>-noout</B><DD>
this option prevents output of the <FONT SIZE="-1">PEM</FONT> data.
<DT id="4"><B>-passin arg</B><DD>
the key password source. For more information about the format of <B>arg</B>
see the <B></B><FONT SIZE="-1"><B>PASS PHRASE ARGUMENTS</B></FONT><B></B> section in <B><A HREF="/cgi-bin/man/man2html?1+openssl">openssl</A></B>(1).
<DT id="5"><B>-text</B><DD>
Prints out the objects in text form, similarly to the <B>-text</B> output from
<B>openssl x509</B>, <B>openssl pkey</B>, etc.
<DT id="6"><B>-engine id</B><DD>
specifying an engine (by its unique <B>id</B> string) will cause <B>storeutl</B>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed.
The engine will then be set as the default for all available algorithms.
<DT id="7"><B>-r</B><DD>
Fetch objects recursively when possible.
<DT id="8"><B>-certs</B><DD>
<DT id="9"><B>-keys</B><DD>
<DT id="10"><B>-crls</B><DD>
Only select the certificates, keys or CRLs from the given <FONT SIZE="-1">URI.</FONT>
However, if this <FONT SIZE="-1">URI</FONT> would return a set of names (URIs), those are always
returned.
<DT id="11"><B>-subject arg</B><DD>
Search for an object having the subject name <B>arg</B>.
The arg must be formatted as <I>/type0=value0/type1=value1/type2=...</I>.
Keyword characters may be escaped by \ (backslash), and whitespace is retained.
Empty values are permitted but are ignored for the search. That is,
a search with an empty value will have the same effect as not specifying
the type at all.
<DT id="12"><B>-issuer arg</B><DD>
<DT id="13"><B>-serial arg</B><DD>
Search for an object having the given issuer name and serial number.
These two options <I>must</I> be used together.
The issuer arg must be formatted as <I>/type0=value0/type1=value1/type2=...</I>,
characters may be escaped by \ (backslash), no spaces are skipped.
The serial arg may be specified as a decimal value or a hex value if preceded
by <B>0x</B>.
<DT id="14"><B>-alias arg</B><DD>
Search for an object having the given alias.
<DT id="15"><B>-fingerprint arg</B><DD>
Search for an object having the given fingerprint.
<DT id="16"><B>-</B>digest<B></B><DD>
The digest that was used to compute the fingerprint given with <B>-fingerprint</B>.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?1+openssl">openssl</A></B>(1)
<A NAME="lbAG">&nbsp;</A>
<H2>HISTORY</H2>
The <B>openssl</B> <B>storeutl</B> app was added in OpenSSL 1.1.1.
<A NAME="lbAH">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
<P>
Licensed under the OpenSSL license (the ``License''). You may not use
this file except in compliance with the License. You can obtain a copy
in the file <FONT SIZE="-1">LICENSE</FONT> in the source distribution or at
&lt;<A HREF="https://www.openssl.org/source/license.html">https://www.openssl.org/source/license.html</A>&gt;.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="17"><A HREF="#lbAB">NAME</A><DD>
<DT id="18"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="19"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="20"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="21"><A HREF="#lbAF">SEE ALSO</A><DD>
<DT id="22"><A HREF="#lbAG">HISTORY</A><DD>
<DT id="23"><A HREF="#lbAH">COPYRIGHT</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:27 GMT, March 31, 2021
</BODY>
</HTML>