canonical / certbot-charm

Charm for maintaining certificates provided by ACME services.
GNU General Public License v3.0
2 stars 3 forks source link

add dns-route53 plugin #2

Closed mhilton closed 4 years ago

mhilton commented 4 years ago

Add support of acquiring certificates using the dns-route53 plugin, which uses the AWS route53 service to authenticate ownership of domains.

mhilton commented 4 years ago

LGTM. Any plans to support http-01?

I'm not against supporting http-01, but it bends my brain trying to work out how it would work in a scale-out setup. Ideas/patches welcome.