1STOREUTL(1)                         OpenSSL                        STOREUTL(1)
2
3
4

NAME

6       openssl-storeutl, storeutl - STORE utility
7

SYNOPSIS

9       openssl storeutl [-help] [-out file] [-noout] [-passin arg] [-text arg]
10       [-engine id] [-r] [-certs] [-keys] [-crls] [-subject arg] [-issuer arg]
11       [-serial arg] [-alias arg] [-fingerprint arg] [-digest] uri ...
12

DESCRIPTION

14       The storeutl command can be used to display the contents (after
15       decryption as the case may be) fetched from the given URIs.
16

OPTIONS

18       -help
19           Print out a usage message.
20
21       -out filename
22           specifies the output filename to write to or standard output by
23           default.
24
25       -noout
26           this option prevents output of the PEM data.
27
28       -passin arg
29           the key password source. For more information about the format of
30           arg see the PASS PHRASE ARGUMENTS section in openssl(1).
31
32       -text
33           Prints out the objects in text form, similarly to the -text output
34           from openssl x509, openssl pkey, etc.
35
36       -engine id
37           specifying an engine (by its unique id string) will cause storeutl
38           to attempt to obtain a functional reference to the specified
39           engine, thus initialising it if needed.  The engine will then be
40           set as the default for all available algorithms.
41
42       -r  Fetch objects recursively when possible.
43
44       -certs
45       -keys
46       -crls
47           Only select the certificates, keys or CRLs from the given URI.
48           However, if this URI would return a set of names (URIs), those are
49           always returned.
50
51       -subject arg
52           Search for an object having the subject name arg.  The arg must be
53           formatted as /type0=value0/type1=value1/type2=..., characters may
54           be escaped by \ (backslash), no spaces are skipped.
55
56       -issuer arg
57       -serial arg
58           Search for an object having the given issuer name and serial
59           number.  These two options must be used together.  The issuer arg
60           must be formatted as /type0=value0/type1=value1/type2=...,
61           characters may be escaped by \ (backslash), no spaces are skipped.
62           The serial arg may be specified as a decimal value or a hex value
63           if preceded by 0x.
64
65       -alias arg
66           Search for an object having the given alias.
67
68       -fingerprint arg
69           Search for an object having the given fingerprint.
70
71       -digest
72           The digest that was used to compute the fingerprint given with
73           -fingerprint.
74

SEE ALSO

76       openssl(1)
77

HISTORY

79       openssl storeutl was added to OpenSSL 1.1.1.
80
82       Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
83
84       Licensed under the OpenSSL license (the "License").  You may not use
85       this file except in compliance with the License.  You can obtain a copy
86       in the file LICENSE in the source distribution or at
87       <https://www.openssl.org/source/license.html>.
88
89
90
911.1.1                             2018-09-11                       STOREUTL(1)
Impressum