Skip to content

Commit 6a4a47d

Browse files
authored
Merge pull request #44 from digitalocean/mdl-fix-doc
ovs: fix SetSSLParam doc comment
2 parents 56e8160 + 74571e0 commit 6a4a47d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ovs/client.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ func Protocols(versions []string) OptionFunc {
308308
}
309309
}
310310

311-
// SetSSLParam allows additional arbitary parameters to be appended in the end
311+
// SetSSLParam configures SSL authentication using a private key, certificate,
312+
// and CA certificate for use with ovs-ofctl.
312313
func SetSSLParam(pkey string, cert string, cacert string) OptionFunc {
313314
return func(c *Client) {
314315
c.ofctlFlags = append(c.ofctlFlags, fmt.Sprintf("--private-key=%s", pkey),

0 commit comments

Comments
 (0)