New environment variables available in addition to zoneminder-base
- ES_DEBUG_ENABLED
- Enables --debug flag for event notification when set to 1
- ES_COMMON_NAME
- Defines common name for accessing zoneminder
- ES_ENABLE_AUTH
- Controls ES/ZM Authentication
- USE_SECURE_RANDOM_ORG
- Use random.org for api random string generation. Otherwise uses bash random.
If a certificate is located at /config/ssl/cert.cer
with a corresponding
private key at /config/ssl/key.pem
, a self-signed certificate will not be
generated. Otherwise, one will be automatically generated using the common name
environment variable.