Module tls_subscriptions_api

Source

Structs§

CreateGlobalsignEmailChallengeParams
struct for passing parameters to the method create_globalsign_email_challenge
CreateTlsSubParams
struct for passing parameters to the method create_tls_sub
DeleteGlobalsignEmailChallengeParams
struct for passing parameters to the method delete_globalsign_email_challenge
DeleteTlsSubParams
struct for passing parameters to the method delete_tls_sub
GetTlsSubParams
struct for passing parameters to the method get_tls_sub
ListTlsSubsParams
struct for passing parameters to the method list_tls_subs
PatchTlsSubParams
struct for passing parameters to the method patch_tls_sub

Enums§

CreateGlobalsignEmailChallengeError
struct for typed errors of method create_globalsign_email_challenge
CreateTlsSubError
struct for typed errors of method create_tls_sub
DeleteGlobalsignEmailChallengeError
struct for typed errors of method delete_globalsign_email_challenge
DeleteTlsSubError
struct for typed errors of method delete_tls_sub
GetTlsSubError
struct for typed errors of method get_tls_sub
ListTlsSubsError
struct for typed errors of method list_tls_subs
PatchTlsSubError
struct for typed errors of method patch_tls_sub

Functions§

create_globalsign_email_challenge
Creates an email challenge for a domain on a GlobalSign subscription. An email challenge will generate an email that can be used to validate domain ownership. If this challenge is created, then the domain can only be validated using email for the given subscription.
create_tls_sub
Create a new TLS subscription. This response includes a list of possible challenges to verify domain ownership.
delete_globalsign_email_challenge
Deletes a GlobalSign email challenge. After a GlobalSign email challenge is deleted, the domain can use HTTP and DNS validation methods again.
delete_tls_sub
Destroy a TLS subscription. A subscription cannot be destroyed if there are domains in the TLS enabled state.
get_tls_sub
Show a TLS subscription.
list_tls_subs
List all TLS subscriptions.
patch_tls_sub
Change the TLS domains or common name associated with this subscription, update the TLS configuration for this set of domains, or retry a subscription with state failed by setting the state to retry.