pub async fn update_bulk_tls_cert(
configuration: &mut Configuration,
params: UpdateBulkTlsCertParams,
) -> Result<TlsBulkCertificateResponse, Error<UpdateBulkTlsCertError>>Expand description
Replace a certificate with a newly reissued certificate. By using this endpoint, the original certificate will cease to be used for future TLS handshakes. Thus, only SAN entries that appear in the replacement certificate will become TLS enabled. Any SAN entries that are missing in the replacement certificate will become disabled.