]> Sergey Matveev's repositories - godlighty.git/blobdiff - rc/example.cfg/go.go
Simultaneous ECDSA and EdDSA support
[godlighty.git] / rc / example.cfg / go.go
index 845dfcc308514bf364c85fb4380cc13fca731a68..e2e6bddbbb0fb6e137db4a847502e2d7b7faa879 100644 (file)
@@ -8,10 +8,10 @@ import (
 
 func addGoRepoCfg(host string) {
        godlighty.Hosts[host] = &godlighty.HostCfg{
-               Root:    path.Join(WWW, host),
-               TLS:     newTLSCfg(host),
-               MIMEs:   map[string]string{"": "text/html"},
-               Indices: []string{"v1"},
+               Root:     path.Join(WWW, host),
+               EdDSATLS: newTLSCfg(host),
+               MIMEs:    map[string]string{"": "text/html"},
+               Indices:  []string{"v1"},
        }
 }