Astarte.RPC.Config.amqp_connection_ssl_ca_file
You're seeing just the function
amqp_connection_ssl_ca_file
, go back to Astarte.RPC.Config module for more information.
Specs
amqp_connection_ssl_ca_file(Skogsra.Env.namespace()) :: {:ok, nil | 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.RPC.Config.amqp_connection_ssl_ca_file()
will ensure the following:
- Binding order: [:system, :config]
- OS environment variable: "RPC_AMQP_CONNECTION_SSL_CA_FILE"
- Type: :binary
- Default: nil
- Required: false
- Cached: true