浏览代码

Document CertPath and KeyPath as now-optional

Maciek Sakrejda 10 年之前
父节点
当前提交
af396da0a6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      conn.go

+ 3 - 0
conn.go

@@ -55,6 +55,9 @@ func (p PasswordAuthenticator) Success(data []byte) error {
 }
 
 type SslOptions struct {
+	// CertPath and KeyPath are optional depending on server
+	// config, but both fields must be omitted to avoid using a
+	// client certificate
 	CertPath string
 	KeyPath  string
 	CaPath   string //optional depending on server config