mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Closes: #2370. - In Debian testing (trixie), easy-rsa version is 3.1.5 (up from 3.1.0). In this version trying to sign a certificate request when the final certificate is already present leads to an error which fails openvpn app installation. - In versions 3.1.0 (Debian bookworm/stable) and above, build-server-full also generates a signing request and then signs the request. So, there is no need to run them separately. Tests: - Uninstall openvpn test that /etc/openvpn directory has been removed. Install openvpn download client profile and connect using 'sudo openvpn --config tester.ovpn'. The connection will be successful. - Files /etc/openvpn/freedombox-keys/pki/issues/{server,tester}.ovpn show signature values. - Repeat test for Debian testing and stable/bookworm. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>