We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfa88b commit 74571e0Copy full SHA for 74571e0
ovs/client.go
@@ -308,7 +308,8 @@ func Protocols(versions []string) OptionFunc {
308
}
309
310
311
-// SetSSLParam allows additional arbitary parameters to be appended in the end
+// SetSSLParam configures SSL authentication using a private key, certificate,
312
+// and CA certificate for use with ovs-ofctl.
313
func SetSSLParam(pkey string, cert string, cacert string) OptionFunc {
314
return func(c *Client) {
315
c.ofctlFlags = append(c.ofctlFlags, fmt.Sprintf("--private-key=%s", pkey),
0 commit comments