mirror of
https://github.com/coredns/coredns.git
synced 2026-08-27 23:27:05 -04:00
plugin/tls: manage certificates with ACME DNS-01 (#8310)
* plugin/tls: add automatic ACME certificates Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com> * chore: add houyuwushang to CODEOWNERS Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com> * chore: regenerate maintainer owners Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com> --------- Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com>
This commit is contained in:
@@ -14,7 +14,6 @@ var Directives = []string{
|
||||
"metadata",
|
||||
"geoip",
|
||||
"cancel",
|
||||
"tls",
|
||||
"proxyproto",
|
||||
"quic",
|
||||
"grpc_server",
|
||||
@@ -48,6 +47,7 @@ var Directives = []string{
|
||||
"cache",
|
||||
"header",
|
||||
"dnssec",
|
||||
"tls",
|
||||
"minimal",
|
||||
"template",
|
||||
"transfer",
|
||||
|
||||
Reference in New Issue
Block a user