public withCaPath(value as Object) as TlsOptions throws ProtocolException:
Returns a copy with a custom CA certificate directory.
| Parameter | Description |
|---|---|
value | String or Path. |
import klyn.net
tls = TlsOptions.clientDefault().withCaPath("/etc/ssl/certs")
print(tls.caPath)