{
    "content": [
        {
            "type": "text",
            "text": "# OPENSSL-STOREUTL (man)\n\n## NAME\n\nopenssl-storeutl - STORE command\n\n## SYNOPSIS\n\nopenssl storeutl [-help] [-out file] [-noout] [-passin arg] [-text arg] [-r] [-certs] [-keys]\n[-crls] [-subject arg] [-issuer arg] [-serial arg] [-alias arg] [-fingerprint arg] [-ddiiggeesstt]\n[-engine id] [-provider name] [-provider-path path] [-propquery propq] uri ...\n\n## DESCRIPTION\n\nThis command can be used to display the contents (after decryption as the case may be)\nfetched from the given URIs.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (18 subsections)\n- **SEE ALSO**\n- **HISTORY**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "OPENSSL-STOREUTL",
        "section": "",
        "mode": "man",
        "summary": "openssl-storeutl - STORE command",
        "synopsis": "openssl storeutl [-help] [-out file] [-noout] [-passin arg] [-text arg] [-r] [-certs] [-keys]\n[-crls] [-subject arg] [-issuer arg] [-serial arg] [-alias arg] [-fingerprint arg] [-ddiiggeesstt]\n[-engine id] [-provider name] [-provider-path path] [-propquery propq] uri ...",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Print out a usage message."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "specifies the output filename to write to or standard output by default."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "this option prevents output of the PEM data."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "the key password source. For more information about the format of arg see openssl-passphrase-options(1)."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Prints out the objects in text form, similarly to the -text output from openssl-x509(1), openssl-pkey(1), etc."
            },
            {
                "flag": "-r",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "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."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Search for an object having the subject name arg. The arg must be formatted as \"/type0=value0/type1=value1/type2=...\". Special characters may be escaped by \"\\\" (backslash), 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. Giving a single \"/\" will lead to an empty sequence of RDNs (a NULL-DN). Multi-valued RDNs can be formed by placing a \"+\" character instead of a \"/\" between the AttributeValueAssertions (AVAs) that specify the members of the set. Example: \"/DC=org/DC=OpenSSL/DC=users/UID=123456+CN=John Doe\""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Search for an object having the given issuer name and serial number. These two options must be used together. The issuer arg must be formatted as \"/type0=value0/type1=value1/type2=...\", 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 \"0x\"."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Search for an object having the given alias."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Search for an object having the given fingerprint. -ddiiggeesstt The digest that was used to compute the fingerprint given with -fingerprint."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "See \"Engine Options\" in openssl(1). This option is deprecated."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "See \"Provider Options\" in openssl(1), provider(7), and property(7)."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "openssl",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/openssl/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-help",
                        "lines": 2
                    },
                    {
                        "name": "-out",
                        "lines": 2
                    },
                    {
                        "name": "-noout",
                        "lines": 2
                    },
                    {
                        "name": "-passin",
                        "lines": 3
                    },
                    {
                        "name": "-text",
                        "lines": 3
                    },
                    {
                        "name": "-r",
                        "lines": 1,
                        "flag": "-r"
                    },
                    {
                        "name": "-certs",
                        "lines": 1
                    },
                    {
                        "name": "-keys",
                        "lines": 1
                    },
                    {
                        "name": "-crls",
                        "lines": 3
                    },
                    {
                        "name": "-subject",
                        "lines": 14
                    },
                    {
                        "name": "-issuer",
                        "lines": 1
                    },
                    {
                        "name": "-serial",
                        "lines": 6
                    },
                    {
                        "name": "-alias",
                        "lines": 2
                    },
                    {
                        "name": "-fingerprint",
                        "lines": 5
                    },
                    {
                        "name": "-engine",
                        "lines": 2
                    },
                    {
                        "name": "-provider",
                        "lines": 1
                    },
                    {
                        "name": "-provider-path",
                        "lines": 1
                    },
                    {
                        "name": "-propquery",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "HISTORY",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "openssl-storeutl - STORE command\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "openssl storeutl [-help] [-out file] [-noout] [-passin arg] [-text arg] [-r] [-certs] [-keys]\n[-crls] [-subject arg] [-issuer arg] [-serial arg] [-alias arg] [-fingerprint arg] [-ddiiggeesstt]\n[-engine id] [-provider name] [-provider-path path] [-propquery propq] uri ...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This command can be used to display the contents (after decryption as the case may be)\nfetched from the given URIs.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-help",
                        "content": "Print out a usage message.\n"
                    },
                    {
                        "name": "-out",
                        "content": "specifies the output filename to write to or standard output by default.\n"
                    },
                    {
                        "name": "-noout",
                        "content": "this option prevents output of the PEM data.\n"
                    },
                    {
                        "name": "-passin",
                        "content": "the key password source. For more information about the format of arg see\nopenssl-passphrase-options(1).\n"
                    },
                    {
                        "name": "-text",
                        "content": "Prints out the objects in text form, similarly to the -text output from openssl-x509(1),\nopenssl-pkey(1), etc.\n"
                    },
                    {
                        "name": "-r",
                        "content": "",
                        "flag": "-r"
                    },
                    {
                        "name": "-certs",
                        "content": ""
                    },
                    {
                        "name": "-keys",
                        "content": ""
                    },
                    {
                        "name": "-crls",
                        "content": "Only select the certificates, keys or CRLs from the given URI.  However, if this URI\nwould return a set of names (URIs), those are always returned.\n"
                    },
                    {
                        "name": "-subject",
                        "content": "Search for an object having the subject name arg.\n\nThe arg must be formatted as \"/type0=value0/type1=value1/type2=...\".  Special characters\nmay be escaped by \"\\\" (backslash), whitespace is retained.  Empty values are permitted\nbut are ignored for the search.  That is, a search with an empty value will have the same\neffect as not specifying the type at all.  Giving a single \"/\" will lead to an empty\nsequence of RDNs (a NULL-DN).  Multi-valued RDNs can be formed by placing a \"+\" character\ninstead of a \"/\" between the AttributeValueAssertions (AVAs) that specify the members of\nthe set.\n\nExample:\n\n\"/DC=org/DC=OpenSSL/DC=users/UID=123456+CN=John Doe\"\n"
                    },
                    {
                        "name": "-issuer",
                        "content": ""
                    },
                    {
                        "name": "-serial",
                        "content": "Search for an object having the given issuer name and serial number.  These two options\nmust be used together.  The issuer arg must be formatted as\n\"/type0=value0/type1=value1/type2=...\", characters may be escaped by \\ (backslash), no\nspaces are skipped.  The serial arg may be specified as a decimal value or a hex value if\npreceded by \"0x\".\n"
                    },
                    {
                        "name": "-alias",
                        "content": "Search for an object having the given alias.\n"
                    },
                    {
                        "name": "-fingerprint",
                        "content": "Search for an object having the given fingerprint.\n\n-ddiiggeesstt\nThe digest that was used to compute the fingerprint given with -fingerprint.\n"
                    },
                    {
                        "name": "-engine",
                        "content": "See \"Engine Options\" in openssl(1).  This option is deprecated.\n"
                    },
                    {
                        "name": "-provider",
                        "content": ""
                    },
                    {
                        "name": "-provider-path",
                        "content": ""
                    },
                    {
                        "name": "-propquery",
                        "content": "See \"Provider Options\" in openssl(1), provider(7), and property(7).\n"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "openssl(1)\n",
                "subsections": []
            },
            "HISTORY": {
                "content": "This command was added in OpenSSL 1.1.1.\n\nThe -engine option was deprecated in OpenSSL 3.0.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.\n\nLicensed under the Apache License 2.0 (the \"License\").  You may not use this file except in\ncompliance with the License.  You can obtain a copy in the file LICENSE in the source\ndistribution or at <https://www.openssl.org/source/license.html>.\n\n\n\n3.0.2                                        2026-06-02                       OPENSSL-STOREUTL(1SSL)",
                "subsections": []
            }
        }
    }
}