{
    "content": [
        {
            "type": "text",
            "text": "# sbsign (man)\n\n## NAME\n\nsbsign - UEFI secure boot signing tool\n\n## SYNOPSIS\n\nsbsign [options] --key <keyfile> --cert <certfile> <efi-boot-image>\n\n## DESCRIPTION\n\nSign an EFI boot image for use with secure boot.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "sbsign",
        "section": "",
        "mode": "man",
        "summary": "sbsign - UEFI secure boot signing tool",
        "synopsis": "sbsign [options] --key <keyfile> --cert <certfile> <efi-boot-image>",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--detached",
                "arg": null,
                "description": "write a detached signature, instead of a signed binary --output <file> write signed data to <file> (default <efi-boot-image>.signed, or <efi-boot-image>.pk7 for detached signatures) sbsign 0.9.4 April 2024 SBSIGN(1)"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 11,
                "subsections": [
                    {
                        "name": "--detached",
                        "lines": 7,
                        "long": "--detached"
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "sbsign - UEFI secure boot signing tool\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "sbsign [options] --key <keyfile> --cert <certfile> <efi-boot-image>\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Sign an EFI boot image for use with secure boot.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "--engine <eng>\nuse the specified engine to load the key\n\n--key <keyfile>\nsigning key (PEM-encoded RSA private key)\n\n--cert <certfile>\ncertificate (x509 certificate)\n\n--addcert <addcertfile> additional intermediate certificates in a file\n",
                "subsections": [
                    {
                        "name": "--detached",
                        "content": "write a detached signature, instead of a signed binary\n\n--output <file>\nwrite  signed data to <file> (default <efi-boot-image>.signed, or <efi-boot-image>.pk7\nfor detached signatures)\n\nsbsign 0.9.4                                 April 2024                                    SBSIGN(1)",
                        "long": "--detached"
                    }
                ]
            }
        }
    }
}