mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
Integrate CertMagic ACME client with dns-01 challenge
Support for a subset of libdns providers is added. Some are enabled by default (assuming they are popular ones). AWS and Google Cloud SDKs take up extra 10 MiB of executable size. Only filesystem storage is supported as of now. Closes #3.
This commit is contained in:
parent
bae40f875b
commit
93cf4f231a
19 changed files with 1106 additions and 2 deletions
|
@ -722,6 +722,7 @@ func getCfgBlockModule(ctx *cli.Context) (map[string]interface{}, *maddy.ModInfo
|
|||
return nil, nil, err
|
||||
}
|
||||
|
||||
module.NoRun = true
|
||||
_, mods, err := maddy.RegisterModules(globals, cfgNodes)
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue