We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adc614 commit ff0512eCopy full SHA for ff0512e
examples/README.md
@@ -109,7 +109,7 @@ duration of the certificate has passed, approximately.
109
ctx, cancel := context.WithCancel(context.Background())
110
defer cancel()
111
// Get tls.Config for a server
112
-tlsConfig, err := client.GetClientTLSConfig(ctx, sign, pk)
+tlsConfig, err := client.GetServerTLSConfig(ctx, sign, pk)
113
// Get tls.Config for a client
114
tlsConfig, err := client.GetClientTLSConfig(ctx, sign, pk)
115
// Get an http.Transport for a client, this can be used as a http.RoundTripper
0 commit comments