pub async fn create_tls_activation(
    configuration: &mut Configuration,
    params: CreateTlsActivationParams
) -> Result<TlsActivationResponse, Error<CreateTlsActivationError>>
Expand description

Enable TLS for a particular TLS domain and certificate combination. These relationships must be specified to create the TLS activation.