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.
Link to this function

ssl_ca_file(namespace \\ nil)

View Source

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/annopaolo/astarte_data_access/_build/dev/lib/castore/priv/cacerts.pem"
  • Required: false
  • Cached: true