pub async fn update_tls_cert(
    configuration: &mut Configuration,
    params: UpdateTlsCertParams
) -> Result<TlsCertificateResponse, Error<UpdateTlsCertError>>
Expand description

Replace a TLS certificate with a newly reissued TLS certificate, or update a TLS certificate’s name. If replacing a TLS certificate, the new TLS certificate must contain all SAN entries as the current TLS certificate. It must either have an exact matching list or contain a superset.