forked from mitre/emasser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env-example
12 lines (12 loc) · 836 Bytes
/
.env-example
1
2
3
4
5
6
7
8
9
10
11
12
export EMASSER_API_KEY_API_KEY=<API key>
export EMASSER_API_KEY_USER_UID=<unique identifier of the eMASS user EMASSER_API_KEY_API_KEY belongs to>
export EMASSER_HOST=<FQDN of the eMASS server>
export EMASSER_KEY_FILE_PATH=<path to your emass key in PEM format>
export EMASSER_CERT_FILE_PATH=<path to your emass certificate in PEM format>
export EMASSER_KEY_PASSWORD=<password for the key given in EMASSER_KEY_FILE_PATH>
export EMASSER_CLIENT_SIDE_VALIDATION=<client side validation - true or false>
export EMASSER_VERIFY_SSL=<verify SSL - true or false>
export EMASSER_VERIFY_SSL_HOST=<verify host SSL - true or false>
export EMASSER_DEBUGGING=<set debugging - true or false>
export EMASSER_CLI_DISPLAY_NULL=<display null value fields - true or false>
export EMASSER_EPOCH_TO_DATETIME=<convert epoch to data/time value - true or false>