Files
step-web/.env.example
2026-03-24 21:33:48 +08:00

18 lines
513 B
Plaintext

APP_ADMIN_USERNAME=admin
APP_ADMIN_PASSWORD_HASH=
APP_SESSION_SECRET=change-me
# Path to the step CLI executable
STEP_BIN=/usr/bin/step
# The context/authority name used by step-ca
STEP_CONTEXT=internal-ca
# The URL of the step-ca server
STEP_CA_URL=https://ca.internal:8443
# Path to the root CA cert if required
STEP_ROOT_CA=/var/lib/step-ca/certs/root_ca.crt
# Directory to store generated certificates
STEP_OUTPUT_DIR=./data/certs
# Default valid hours for new certs (8760 = 1 year)
DEFAULT_CERT_HOURS=8760