Updating the SSL Certificate
Set the values for the custom SSL certificate for OpsManager.
Request
URI
PUT
https://{opsmanager-installation}//api/v0/settings/ssl_certificate
COPY
Request Body
SSLCertificatePut of type(s) application/json
Optional
{
"ssl_certificate": {
"certificate": "string",
"private_key": "string"
}
}
ssl_certificate
Optional
ssl_certificate
Responses
200
OK
Returns SSLCertificatePut of type(s) application/json
{
"ssl_certificate": {
"certificate": "string",
"private_key": "string"
}
}
ssl_certificate
Optional
ssl_certificate
422
Unprocessible Entity
Returns SSLCertificatePutError of type(s) application/json
{
"errors": {
"ssl_certificate": {
"certificate": [
"string"
]
}
}
}
errors
Optional
errors
Custom Ssl Certificate Settings Operations
DELETE
Deleting the SSL Certificate
GET
Getting the SSL Certificate
PUT
Updating the SSL Certificate