https-proxy-with-self-signe.../.env.example

18 lines
375 B
Plaintext

# ============================================
# HTTPS Proxy - Konfiguration
# ============================================
# --- Zertifikat-Einstellungen ---
CERT_COUNTRY=DE
CERT_STATE=Bavaria
CERT_CITY=Munich
CERT_ORG=MyOrganization
CERT_OU=IT
CERT_CN=proxy.local
CERT_DAYS=36500
# --- WebUI-Einstellungen ---
WEBUI_PORT=8443
WEBUI_USERNAME=admin
WEBUI_PASSWORD=admin123