mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-29 22:27:03 +01:00
The fingerprint mode CI test was not actually testing fingerprint mode because Docker environment variables (-e AUTH_MODE=fingerprint) were not being inherited by the systemd service running the tests. Add PassEnvironment directive to pass AUTH_MODE and other test config env vars from Docker to the systemd service. Fixes the CI gap where fingerprint mode issues went undetected.