InlineCsr1

InlineCsr1
InlineCsr1
JSON Example
{
    "algorithm": "string",
    "extensions": {
        "subject_alt_names": {
            "dns_names": [
                "string"
            ],
            "ip_addresses": [
                "string"
            ]
        }
    },
    "is_ca": false,
    "key_size": 0,
    "pem_encoded": "string",
    "subject": "Principal Object"
}
string
algorithm
Optional
Constraints: default: RSA

Cryptographic algorithm (asymmetric) used by the public key for data encryption.

Possible values are : RSA, EC,
extensions
Optional

Collection of various x509 v3 extensions to be added to a CSR

boolean
is_ca
Optional

Whether the CSR is for a CA certificate.

integer As int64 As int64
key_size
Optional
Constraints: default: 4096

Size measured in bits of the public key used in a cryptographic algorithm.

string
pem_encoded
Optional

PEM encoded certificate data.

subject
Required

subject

Used By