This option specifies the location of the client's certificate. The certificate may be requested by the Samba server with the
ssl
require
clientcert
option; the certificate is also used by
smbclient. For example:
[global]
ssl = yes
ssl hosts = 192.168.220.
ssl CA certFile = /usr/local/samba/cert/certFile
ssl server cert = /usr/local/ssl/private/server.pem
ssl client cert= /usr/local/ssl/private/clientcert.pem
There is no default for this option.