Current Path : /usr/opt/openssl11/share/doc/openssl/html/man1/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/openssl11/share/doc/openssl/html/man1/storeutl.html |
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>storeutl</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:root@hsxx.drive.ne.jp" /> </head> <body style="background-color: white"> <!-- INDEX BEGIN --> <div name="index"> <p><a name="__index__"></a></p> <ul> <li><a href="#name">NAME</a></li> <li><a href="#synopsis">SYNOPSIS</a></li> <li><a href="#description">DESCRIPTION</a></li> <li><a href="#options">OPTIONS</a></li> <li><a href="#see_also">SEE ALSO</a></li> <li><a href="#history">HISTORY</a></li> <li><a href="#copyright">COPYRIGHT</a></li> </ul> <hr name="index" /> </div> <!-- INDEX END --> <p> </p> <hr /> <h1><a name="name">NAME</a></h1> <p>openssl-storeutl, storeutl - STORE utility</p> <p> </p> <hr /> <h1><a name="synopsis">SYNOPSIS</a></h1> <p><strong>openssl</strong> <strong>storeutl</strong> [<strong>-help</strong>] [<strong>-out file</strong>] [<strong>-noout</strong>] [<strong>-passin arg</strong>] [<strong>-text arg</strong>] [<strong>-engine id</strong>] [<strong>-r</strong>] [<strong>-certs</strong>] [<strong>-keys</strong>] [<strong>-crls</strong>] [<strong>-subject arg</strong>] [<strong>-issuer arg</strong>] [<strong>-serial arg</strong>] [<strong>-alias arg</strong>] [<strong>-fingerprint arg</strong>] [<strong>-<em>digest</em></strong>] <strong>uri</strong> ...</p> <p> </p> <hr /> <h1><a name="description">DESCRIPTION</a></h1> <p>The <strong>storeutl</strong> command can be used to display the contents (after decryption as the case may be) fetched from the given URIs.</p> <p> </p> <hr /> <h1><a name="options">OPTIONS</a></h1> <dl> <dt><strong><a name="help" class="item"><strong>-help</strong></a></strong></dt> <dd> <p>Print out a usage message.</p> </dd> <dt><strong><a name="out_filename" class="item"><strong>-out filename</strong></a></strong></dt> <dd> <p>specifies the output filename to write to or standard output by default.</p> </dd> <dt><strong><a name="noout" class="item"><strong>-noout</strong></a></strong></dt> <dd> <p>this option prevents output of the PEM data.</p> </dd> <dt><strong><a name="passin_arg" class="item"><strong>-passin arg</strong></a></strong></dt> <dd> <p>the key password source. For more information about the format of <strong>arg</strong> see <em>openssl(1)/Pass Phrase Options</em>.</p> </dd> <dt><strong><a name="text" class="item"><strong>-text</strong></a></strong></dt> <dd> <p>Prints out the objects in text form, similarly to the <strong>-text</strong> output from <strong>openssl x509</strong>, <strong>openssl pkey</strong>, etc.</p> </dd> <dt><strong><a name="engine_id" class="item"><strong>-engine id</strong></a></strong></dt> <dd> <p>specifying an engine (by its unique <strong>id</strong> string) will cause <strong>storeutl</strong> 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.</p> </dd> <dt><strong><a name="r" class="item"><strong>-r</strong></a></strong></dt> <dd> <p>Fetch objects recursively when possible.</p> </dd> <dt><strong><a name="certs" class="item"><strong>-certs</strong></a></strong></dt> <dt><strong><a name="keys" class="item"><strong>-keys</strong></a></strong></dt> <dt><strong><a name="crls" class="item"><strong>-crls</strong></a></strong></dt> <dd> <p>Only select the certificates, keys or CRLs from the given URI. However, if this URI would return a set of names (URIs), those are always returned.</p> </dd> <dt><strong><a name="subject_arg" class="item"><strong>-subject arg</strong></a></strong></dt> <dd> <p>Search for an object having the subject name <strong>arg</strong>. The arg must be formatted as <em>/type0=value0/type1=value1/type2=...</em>. 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.</p> </dd> <dt><strong><a name="issuer_arg" class="item"><strong>-issuer arg</strong></a></strong></dt> <dt><strong><a name="serial_arg" class="item"><strong>-serial arg</strong></a></strong></dt> <dd> <p>Search for an object having the given issuer name and serial number. These two options <em>must</em> be used together. The issuer arg must be formatted as <em>/type0=value0/type1=value1/type2=...</em>, 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 <strong>0x</strong>.</p> </dd> <dt><strong><a name="alias_arg" class="item"><strong>-alias arg</strong></a></strong></dt> <dd> <p>Search for an object having the given alias.</p> </dd> <dt><strong><a name="fingerprint_arg" class="item"><strong>-fingerprint arg</strong></a></strong></dt> <dd> <p>Search for an object having the given fingerprint.</p> </dd> <dt><strong><a name="digest" class="item"><strong>-<em>digest</em></strong></a></strong></dt> <dd> <p>The digest that was used to compute the fingerprint given with <strong>-fingerprint</strong>.</p> </dd> </dl> <p> </p> <hr /> <h1><a name="see_also">SEE ALSO</a></h1> <p><em>openssl(1)</em></p> <p> </p> <hr /> <h1><a name="history">HISTORY</a></h1> <p>The <strong>openssl</strong> <strong>storeutl</strong> app was added in OpenSSL 1.1.1.</p> <p> </p> <hr /> <h1><a name="copyright">COPYRIGHT</a></h1> <p>Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.</p> <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 LICENSE in the source distribution or at <a href="https://www.openssl.org/source/license.html">https://www.openssl.org/source/license.html</a>.</p> </body> </html>