]> Sergey Matveev's repositories - godlighty.git/blobdiff - rc/example.cfg/static.go
Simultaneous ECDSA and EdDSA support
[godlighty.git] / rc / example.cfg / static.go
index fc56013fb9497e6aa6f3c2d8da33b7b68f9cd889..a28bf779d6630ca8ebaa0e168de84222d121935a 100644 (file)
@@ -13,8 +13,8 @@ func addStaticCfg(host, root string) {
                root = path.Join(WWW, root)
        }
        godlighty.Hosts[host] = &godlighty.HostCfg{
-               Root: root,
-               TLS:  newTLSCfg(host),
+               Root:     root,
+               EdDSATLS: newTLSCfg(host),
        }
 }