Support Lets Encrypt DNS Challenges
* Add exoscale support for Let’s encrypt DNS challenge * Use name->DNS provider mapping from lego lib
This commit is contained in:
parent
d26f06e2d1
commit
71beb4b08f
6 changed files with 335 additions and 30 deletions
|
@ -29,6 +29,8 @@ import:
|
|||
- types
|
||||
- types/events
|
||||
- types/filters
|
||||
- package: github.com/docker/go-units
|
||||
version: v0.3.1
|
||||
- package: github.com/docker/go-connections
|
||||
subpackages:
|
||||
- sockets
|
||||
|
@ -62,7 +64,7 @@ import:
|
|||
subpackages:
|
||||
- plugin/rewrite
|
||||
- package: github.com/xenolf/lego
|
||||
version: b2fad6198110326662e9e356a97199078a4a775c
|
||||
version: cbd5d04c891979c23c3924f198e07ce32b39d282
|
||||
subpackages:
|
||||
- acme
|
||||
- package: golang.org/x/net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue