Module fastly_api::apis::tls_subscriptions_api
source · Structs
- struct for passing parameters to the method
create_globalsign_email_challenge
- struct for passing parameters to the method
create_tls_sub
- struct for passing parameters to the method
delete_globalsign_email_challenge
- struct for passing parameters to the method
delete_tls_sub
- struct for passing parameters to the method
get_tls_sub
- struct for passing parameters to the method
list_tls_subs
- struct for passing parameters to the method
patch_tls_sub
Enums
- struct for typed errors of method
create_globalsign_email_challenge
- struct for typed errors of method
create_tls_sub
- struct for typed errors of method
delete_globalsign_email_challenge
- struct for typed errors of method
delete_tls_sub
- struct for typed errors of method
get_tls_sub
- struct for typed errors of method
list_tls_subs
- struct for typed errors of method
patch_tls_sub
Functions
- 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 a new TLS subscription. This response includes a list of possible challenges to verify domain ownership.
- Deletes a GlobalSign email challenge. After a GlobalSign email challenge is deleted, the domain can use HTTP and DNS validation methods again.
- Destroy a TLS subscription. A subscription cannot be destroyed if there are domains in the TLS enabled state.
- Show a TLS subscription.
- List all TLS subscriptions.
- 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 toretry
.