Astarte.DataAccess.Config.ssl_ca_file
You're seeing just the function
ssl_ca_file
, go back to Astarte.DataAccess.Config module for more information.
Specs
ssl_ca_file(Skogsra.Env.namespace()) :: {:ok, binary()} | {:error, binary()}
Specifies the certificates of the root Certificate Authorities to be trusted. When not specified, the bundled cURL certificate bundle will be used.
Calling Astarte.DataAccess.Config.ssl_ca_file()
will ensure the following:
- Binding order: [:system, :config]
- OS environment variable: "CASSANDRA_SSL_CA_FILE"
- Type: :binary
- Default: "/home/davide/SECOMind/astarte-platform/astarte_data_access/_build/dev/lib/castore/priv/cacerts.pem"
- Required: false
- Cached: true