caddy-dns / alidns

Caddy module: dns.providers.alidns
MIT License
40 stars 10 forks source link

How to apply for a pan-domain name in the global configuration #4

Closed vfiee closed 3 years ago

vfiee commented 3 years ago

my configuration is as follows, but it is wrong { acme_dns { access_key_id my_key_id access_key_secret my_key_secret } }

error log: validate: adapting config using caddyfile: parsing caddyfile tokens for 'acme_dns': ./Caddyfile:4 - Error during parsing: Wrong argument count or unexpected line ending after 'access_key_id'

viscropst commented 3 years ago

This Doc will help you.

vfiee commented 3 years ago

This Doc will help you.

Thank you, I have seen the updated content of the document. In fact, I have tried that. There may be other problems. I will try other methods.