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:
fox.cpp 2021-07-13 12:38:42 +03:00
parent bae40f875b
commit 93cf4f231a
19 changed files with 1106 additions and 2 deletions

View file

@ -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