Skip to content
Myra Online Help Updated · 21 Aug 2026

Updating the SSL/TLS configuration of an SSL/TLS request

Note

sslConfigurationName must reference an existing configuration from the table SslConfiguration. Pure ECDSA configuration profiles can only be applied to requests whose algorithm has the value ECDSA256 or ECDSA384.

Sends a PUT request to the endpoint /ssl/requests/{id}/ssl-configuration.

Description

The UpdateSslRequestConfiguration request changes the SSL/TLS configuration profile (cipher suite) used by every already-issued certificate of an SSL/TLS request of the organisation.

Requirements

Values of the request: Request-ID {id} Objects: UpdateSslRequestConfigurationVO

Request

To update the SSL/TLS configuration of an SSL/TLS request, add the Request-ID {id} to the path of the request and the object UpdateSslRequestConfigurationVO to the body of the request. The following attribute is required:

Attributes Description Values
sslConfigurationName The name of the SSL/TLS configuration profile from the table SslConfiguration. string

As a result, the system returns the object SslCertRequestVO with the updated information.

Example

Example request body:

{
  "sslConfigurationName": "modern"
}

Responses

The following responses are available:

STATUS CODE DESCRIPTION
200 The request has succeeded.
400 The request was unsuccessful. The request was invalid or information is missing.
401 The request has not succeeded because the user authentication was incorrect.
403 The request has not succeeded because the user does not have the right permissions.
404 The request was unsuccessful because the requested resource was not found.