We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e4360 commit 50d09c1Copy full SHA for 50d09c1
examples/basic-federation/server/main.go
@@ -34,7 +34,7 @@ func main() {
34
35
w.Write([]byte(fmt.Sprintf("Hello %s (cert issued by '%s') at %s", name, issuer, time.Now().UTC())))
36
}),
37
- }, ca.AddFederationToRootCAs(), ListTrustedRoots())
+ }, ca.AddFederationToClientCAs(), ListTrustedRoots())
38
if err != nil {
39
panic(err)
40
}
0 commit comments