# EnvironmentFile for revproxy-worker.service.
# All ASP.NET Core configuration keys accept double-underscore syntax
# (Worker__JoinBundlePath -> "Worker:JoinBundlePath").
#
# The join bundle lives in /etc/revproxy-worker/join.bundle (managed
# by the debconf prompt during `apt install` / `dpkg-reconfigure`).
# The JoinBundlePath line below tells the worker where to read it.
# Don't paste the bundle inline here — keep this file conffile-stable
# so dpkg doesn't prompt about local edits on every upgrade.

RevProxyWorker__Worker__JoinBundlePath=/etc/revproxy-worker/join.bundle

# Optional: override the default identity sidecar path.
# RevProxyWorker__Worker__WorkerIdentityPath=/var/lib/revproxy-worker/worker-identity.json

# Optional: override the leaf certificate PFX path + protection key.
# RevProxyWorker__Worker__ClientCertificatePath=/var/lib/revproxy-worker/worker-cert.pfx
# RevProxyWorker__Worker__ClientCertificateProtectionKey=<pfx-protection-password>
