pub async fn upload_tls_bulk_cert(
configuration: &mut Configuration,
params: UploadTlsBulkCertParams,
) -> Result<TlsBulkCertificateResponse, Error<UploadTlsBulkCertError>>Expand description
Upload a new certificate. TLS domains are automatically enabled upon certificate creation. If a domain is already enabled on a previously uploaded certificate, that domain will be updated to use the new certificate for all future TLS handshake requests.