InlineCsr1
InlineCsr1
JSON Example
{
"key_size": 0,
"pem_encoded": "string",
"algorithm": "string",
"subject": {
"attributes": [
{
"value": "string",
"key": "string"
}
]
}
}
integer
key_size
Required
size measured in bits of the public key used in a cryptographic algorithm
Possible values are : 2048, 3072,
string
pem_encoded
Optional
pem encoded certificate data
string
algorithm
Required
Cryptographic algorithm(asymmetric ) used by the public key for data encryption
Possible values are : RSA, DSA,
object
subject
Required
the certificate owner's information (CN, O, OU, C, ST, L)