InlineTrustObjectData1

InlineTrustObjectData1
InlineTrustObjectData1
JSON Example
{
    "key_algo": "string",
    "passphrase": "string",
    "pem_encoded": "string",
    "private_key": "string",
    "purpose": "string"
}
string
key_algo
Optional

Key algorithm contained in this certificate.

string
passphrase
Optional

Password for private key encryption.

string
pem_encoded
Required

PEM encoded certificate data.

string
private_key
Optional

Private key data.

string
purpose
Optional

Purpose of this certificate. Can be empty or set to "signing-ca".