You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ACMEChallengeType defines ACME challenge type for Let's Encrypt
[optional]
dns_target_name
String
Name of DNS target (transient field - not stored in DB) Used by CLI to pass DNS target name to SDK for creating target_object_assoc Retrieved from target_object_assoc when reading target Required when ChallengeType is "dns"
[optional]
dns_target_type
String
[optional]
eab_hmac_key
String
External Account Binding HMAC key (required for ACME account bootstrap on target creation) Not persisted after bootstrap
[optional]
eab_key_id
String
External Account Binding key identifier (required for ACME account bootstrap on target creation) Not persisted after bootstrap
[optional]
email
String
Email address for ACME account registration Required
[optional]
gcp_project
String
GCP Cloud DNS: Project ID Optional - can be derived from service account
[optional]
hosted_zone
String
AWS Route53: Hosted zone ID Required when DNSTargetType is AWS
[optional]
resource_group
String
Azure DNS: Resource group name Required when DNSTargetType is Azure
[optional]
timeout
Integer
A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.