Thanks for the reply Matt.
I did upgrade to the latest version of Caddy as well as the caddy route 53 plugin. The current issue is that what is on the README for the Route53 plugin does not match the latest release.
The readme says to configure the Route53 plugin this way:
{
"module": "acme",
"challenges": {
"dns": {
"provider": {
"name": "route53",
"max_retries": 10,
"aws_profile": "real-profile"
}
}
}
}
But then I get this error message starting Caddy:
Dec 1 16:02:49 webase caddy[14802]: run: loading initial config: loading new config: loading http app module: provision http: getting tls app: loading tls app module: provision tls: provisioning automation policy 0: loading TLS automation management module: loading module 'acme': provision tls.issuance.acme: loading DNS provider module: loading module 'route53': decoding module config: dns.providers.route53: json: unknown field "aws_profile"
How would we go about cutting a new release of the Route53 plugin so that the latest PRs can be compiled into Caddy to support this aws_profile
setting?
–harris