twisted / txacme

Twisted client for the ACME (Automatic Certificate Management Environment) protocol
MIT License
45 stars 23 forks source link

Implement dns-01 Rackspace DNS responder #53

Open mithrandi opened 8 years ago

mithrandi commented 8 years ago

This is one of the common DNS providers we should support. See also #45.

glyph commented 7 years ago

I've used the libcloud responder with rackspace DNS quite successfully many times, so I'm not sure if this is really high priority.

mithrandi commented 7 years ago

The libcloud responder is kinda fragile, because threads, but I don't think there are any extra Rackspace API features that we could take advantage of (unlike with the Route 53 API where there definitely are), and I don't actually use Rackspace DNS anywhere, so I'm not planning to work on this myself.