Closed jmalloc closed 8 years ago
This PR the --ssl-ca-cert flag to only be required when --ssl-verify is true, otherwise the client certificate and key are adequate.
--ssl-ca-cert
--ssl-verify
true
This builds and works fine for me, but fair warning, but I'm an absolute Go noob, so scrutinise away! :)
Thank you! :)
This PR the
--ssl-ca-cert
flag to only be required when--ssl-verify
istrue
, otherwise the client certificate and key are adequate.This builds and works fine for me, but fair warning, but I'm an absolute Go noob, so scrutinise away! :)