Structs§
- Create
TlsCert Params - struct for passing parameters to the method
create_tls_cert
- Delete
TlsCert Params - struct for passing parameters to the method
delete_tls_cert
- GetTls
Cert Blob Params - struct for passing parameters to the method
get_tls_cert_blob
- GetTls
Cert Params - struct for passing parameters to the method
get_tls_cert
- List
TlsCerts Params - struct for passing parameters to the method
list_tls_certs
- Update
TlsCert Params - struct for passing parameters to the method
update_tls_cert
Enums§
- Create
TlsCert Error - struct for typed errors of method
create_tls_cert
- Delete
TlsCert Error - struct for typed errors of method
delete_tls_cert
- GetTls
Cert Blob Error - struct for typed errors of method
get_tls_cert_blob
- GetTls
Cert Error - struct for typed errors of method
get_tls_cert
- List
TlsCerts Error - struct for typed errors of method
list_tls_certs
- Update
TlsCert Error - 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.