{
    "content": [
        {
            "type": "text",
            "text": "# py3rsa-keygen (man)\n\n## NAME\n\npy3rsa-keygen - generate a new RSA keypair\n\n## SYNOPSIS\n\npy3rsa-keygen [OPTION]... KEYSIZE\n\n## DESCRIPTION\n\nGenerate a new RSA keypair of KEYSIZE bits.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "py3rsa-keygen",
        "section": "",
        "mode": "man",
        "summary": "py3rsa-keygen - generate a new RSA keypair",
        "synopsis": "py3rsa-keygen [OPTION]... KEYSIZE",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "show help message and exit --pubout=PUBOUT output filename for the public key. the public key is not saved if this option is not present. you can use py3rsa-priv2pub to create the public key file later."
            },
            {
                "flag": "-o",
                "long": null,
                "arg": null,
                "description": "output filename for the private key. the key is written to stdout if this option is not present. --form=FORM key format of the private and public keys - default PEM"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h --help",
                        "lines": 6,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-o --out=",
                        "lines": 6,
                        "flag": "-o"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "py3rsa-keygen - generate a new RSA keypair\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "py3rsa-keygen [OPTION]... KEYSIZE\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Generate a new RSA keypair of KEYSIZE bits.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-h --help",
                        "content": "show help message and exit\n\n--pubout=PUBOUT\noutput  filename for the public key. the public key is not saved if this option is not\npresent. you can use py3rsa-priv2pub to create the public key file later.\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-o --out=",
                        "content": "output filename for the private key. the key is written to stdout if  this  option  is\nnot present.\n\n--form=FORM\nkey format of the private and public keys - default PEM\n",
                        "flag": "-o"
                    }
                ]
            },
            "AUTHOR": {
                "content": "py3rsa-keygen was written by Sybren A. Stuvel <sybren AT stuvel.eu>.\n\n\n\npy3rsa-keygen(1)",
                "subsections": []
            }
        }
    }
}