Structs§
- Create
Globalsign Email Challenge Params - struct for passing parameters to the method
create_globalsign_email_challenge
- Create
TlsSub Params - struct for passing parameters to the method
create_tls_sub
- Delete
Globalsign Email Challenge Params - struct for passing parameters to the method
delete_globalsign_email_challenge
- Delete
TlsSub Params - struct for passing parameters to the method
delete_tls_sub
- GetTls
SubParams - struct for passing parameters to the method
get_tls_sub
- List
TlsSubs Params - struct for passing parameters to the method
list_tls_subs
- Patch
TlsSub Params - struct for passing parameters to the method
patch_tls_sub
Enums§
- Create
Globalsign Email Challenge Error - struct for typed errors of method
create_globalsign_email_challenge
- Create
TlsSub Error - struct for typed errors of method
create_tls_sub
- Delete
Globalsign Email Challenge Error - struct for typed errors of method
delete_globalsign_email_challenge
- Delete
TlsSub Error - struct for typed errors of method
delete_tls_sub
- GetTls
SubError - struct for typed errors of method
get_tls_sub
- List
TlsSubs Error - struct for typed errors of method
list_tls_subs
- Patch
TlsSub Error - 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 toretry
.