Generate Csr
Creates a new certificate signing request (CSR). A CSR is encrypted text that contains information about your organization (organization name, country, and so on) and your Web server's public key, which is a public certificate the is generated on the server that can be used to forward this request to a certificate authority (CA). A private key is also usually created at the same time as the CSR.
A Certificate Signing Request.
{
"display_name": "string",
"subject": {
"attributes": [
{
"key": "string",
"value": "string"
}
]
},
"algorithm": "string",
"key_size": 0,
"pem_encoded": "string"
}
The certificate signing request name
Cryptographic algorithm(asymmetric) used by the public key for data encryption.
Size measured in bits of the public key used in a cryptographic algorithm.
PEM encoded certificate data.
OK
{
"display_name": "string",
"subject": {
"attributes": [
{
"key": "string",
"value": "string"
}
]
},
"algorithm": "string",
"key_size": 0,
"pem_encoded": "string"
}
The certificate signing request name
Cryptographic algorithm(asymmetric) used by the public key for data encryption.
Size measured in bits of the public key used in a cryptographic algorithm.
PEM encoded certificate data.
Unknown backend error