-
The API v2 client already supports the ability to fetch the domains for an account.
-
```
docker run -e RANCHER_ADDRESS=xxx.xxx.xxx.xxx:9000 \
-e RANCHER_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx \
-e RANCHER_SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
-e RANCHER_PROJECT…
-
I just created a a new letsencrypt using the catalog, this is the configuration :
> letsencrypt:
> environment:
> API_VERSION: Production
> AWS_ACCESS_KEY: ''
> AWS_SECRET_KEY: ''
> …
-
I don't think this is supported yet.
https://www.dnsmadeeasy.com/integration/pdf/API-Docv2.pdf
The new endpoint for the API is
```
if sandbox
self.base_uri = 'https://api.sandbox.dnsmade…
-
Thanks for writing this library (and blog post) just in time, it helped me get Let's Encrypt certs a few days ago :-)
Using it with DNSimple I had to intervene in the code, as it was creating wrong d…
-
The value for state is currently hard coded to `1234567`. Instead, the value should be a randomly generated string that is used to verify the authenticity of a request both on the client and server si…
-
This is hard to scan since there is no order to it:
-
In https://github.com/letsencrypt/boulder/pull/2278 we have an issue where TLDs that are IDNs are not recognized by Boulder as ending in a public suffix. Boulder currently calls `publicsuffix.DefaultL…
-
Hey,
So after taking a look at https://github.com/rancher/external-dns I thought you guys might find my python library [Lexicon](https://github.com/AnalogJ/lexicon) as an interesting alternative for e…
-
I'm having hard time trying to define a stub for a call that has a body payload.
You can see the tests here
https://github.com/weppos/dnsimple-elixir/blob/test-create/test/dnsimple_domains_service_te…