Environment variables
The Anjuna SGX Runtime can be configured with environment variables. This reference page lists all environment variables and their usage.
ANJUNA_ADDR
When running anjuna-policy-manager
, this environment variable sets the URL for the Anjuna Policy Manager server.
ANJUNA_CACERT
When running anjuna-policy-manager
, this environment variable sets the file path for the CA certificate
that is used to connect to the Anjuna Policy Manager server.
ANJUNA_LICENSE_PATH
If specified, anjuna-sgxrun
, Runtime/anjuna-runtime
, and anjuna-policy-manager
will use this license file path instead of /opt/anjuna/license.yaml
.
For more information on licensing, see Licensing the Anjuna SGX Runtime.
ANJUNA_TOKEN
When running anjuna-policy-manager
, this sets the value of the Vault auth token for the Anjuna Policy Manager.
SGX_SIGNER_KEY
If specified, anjuna-sgxrun
and anjuna-sign
will use the private key located at this file path
instead of the default automatically-generated signing key.
For more information, see Enclave signing.