Module tls_bulk_certificates_api

Source

Structs§

DeleteBulkTlsCertParams
struct for passing parameters to the method delete_bulk_tls_cert
GetTlsBulkCertParams
struct for passing parameters to the method get_tls_bulk_cert
ListTlsBulkCertsParams
struct for passing parameters to the method list_tls_bulk_certs
UpdateBulkTlsCertParams
struct for passing parameters to the method update_bulk_tls_cert
UploadTlsBulkCertParams
struct for passing parameters to the method upload_tls_bulk_cert

Enums§

DeleteBulkTlsCertError
struct for typed errors of method delete_bulk_tls_cert
GetTlsBulkCertError
struct for typed errors of method get_tls_bulk_cert
ListTlsBulkCertsError
struct for typed errors of method list_tls_bulk_certs
UpdateBulkTlsCertError
struct for typed errors of method update_bulk_tls_cert
UploadTlsBulkCertError
struct for typed errors of method upload_tls_bulk_cert

Functions§

delete_bulk_tls_cert
Destroy a certificate. This disables TLS for all domains listed as SAN entries.
get_tls_bulk_cert
Retrieve a single certificate.
list_tls_bulk_certs
List all certificates.
update_bulk_tls_cert
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.
upload_tls_bulk_cert
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.