mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-08 23:44:04 +02:00
AWS Route53 autocert example
This commit is contained in:
parent
cfa9201f82
commit
fc80e534fa
1 changed files with 14 additions and 1 deletions
|
@ -15,7 +15,20 @@
|
||||||
# options:
|
# options:
|
||||||
# auth_token: c1234565789-abcdefghijklmnopqrst # your zone API token
|
# auth_token: c1234565789-abcdefghijklmnopqrst # your zone API token
|
||||||
|
|
||||||
# 3. other providers, see https://github.com/yusing/godoxy/wiki/Supported-DNS%E2%80%9001-Providers#supported-dns-01-providers
|
# 3. AWS Route53
|
||||||
|
# autocert:
|
||||||
|
# provider: route53
|
||||||
|
# email: abc@gmail.com # ACME Email
|
||||||
|
# domains: # a list of domains for cert registration
|
||||||
|
# - "*.domain.com"
|
||||||
|
# - "domain.com"
|
||||||
|
# options:
|
||||||
|
# accesskeyid: your_key_id # AWS User Access key id on a user with Route53 permissions
|
||||||
|
# secretaccesskey: your_secret_access_key # AWS User Access key secret on a user with Route53 permissions
|
||||||
|
# region: us-east-1 # us-east-1 for most of the world
|
||||||
|
# hostedzoneid: your_hosted_zone_id # The Hosted Zone ID of your domain in AWS Route53
|
||||||
|
|
||||||
|
# 4. other providers, see https://github.com/yusing/godoxy/wiki/Supported-DNS%E2%80%9001-Providers#supported-dns-01-providers
|
||||||
|
|
||||||
# acl:
|
# acl:
|
||||||
# default: allow # or deny (default: allow)
|
# default: allow # or deny (default: allow)
|
||||||
|
|
Loading…
Add table
Reference in a new issue