txacme
txacme copied to clipboard
Implement dns-01 Route 53 responder
This is going to be a tough one since acme
doesn't implement dns-01 yet (see certbot/certbot#2061) and there's no Route 53 implementation for Twisted anywhere.
Open questions:
- Should we try to get Route 53 support into txaws or just write our own library?
- Are there other common DNS APIs we can/should support?
(Re: the description, ACME totally implements dns-01 now.)