SSLKeyParams
SSLKeyParams
JSON Example
{
"algorithm": "string",
"ec_params": {
"curve": "string"
},
"rsa_params": {
"exponent": 0,
"key_size": "string"
}
}
string
algorithm
Required
Constraints: default: SSL_KEY_ALGORITHM_RSA
Enum options - SSL_KEY_ALGORITHM_RSA, SSL_KEY_ALGORITHM_EC. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.