Module tls_certificates_api

Source

Structs§

CreateTlsCertParams
struct for passing parameters to the method create_tls_cert
DeleteTlsCertParams
struct for passing parameters to the method delete_tls_cert
GetTlsCertBlobParams
struct for passing parameters to the method get_tls_cert_blob
GetTlsCertParams
struct for passing parameters to the method get_tls_cert
ListTlsCertsParams
struct for passing parameters to the method list_tls_certs
UpdateTlsCertParams
struct for passing parameters to the method update_tls_cert

Enums§

CreateTlsCertError
struct for typed errors of method create_tls_cert
DeleteTlsCertError
struct for typed errors of method delete_tls_cert
GetTlsCertBlobError
struct for typed errors of method get_tls_cert_blob
GetTlsCertError
struct for typed errors of method get_tls_cert
ListTlsCertsError
struct for typed errors of method list_tls_certs
UpdateTlsCertError
struct for typed errors of method update_tls_cert

Functions§

create_tls_cert
Create a TLS certificate.
delete_tls_cert
Destroy a TLS certificate. TLS certificates already enabled for a domain cannot be destroyed.
get_tls_cert
Show a TLS certificate.
get_tls_cert_blob
Retrieve a TLS certificate blob. This feature is part of a limited availability release.
list_tls_certs
List all TLS certificates.
update_tls_cert
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.