# caCertPath

Path to a custom Certificate Authority (CA) file for verifying SSL connections with the yCrash server.
Use this when connecting to a server using a self-signed or internally issued certificate.

Type: string

Default: ""

Example (YAML):

options:
  caCertPath: /etc/ycrash/certs/internal-ca.crt
1
2

Example (CLI):

./yc -caCertPath "/etc/ycrash/certs/internal-ca.crt"
1