The source project of this merge request has been removed.
Update openvpn-ca-science.ovpn to support NixOS
Under NixOS:
erdnaxe@ventus ~ ls -l /etc/ssl/certs
total 8.0K
drwxr-xr-x 2 root root 4.0K Feb 14 11:36 .
drwxr-xr-x 3 root root 4.0K Nov 20 22:35 ..
lrwxrwxrwx 1 root root 35 Feb 14 11:36 ca-bundle.crt -> /etc/static/ssl/certs/ca-bundle.crt
lrwxrwxrwx 1 root root 41 Feb 14 11:36 ca-certificates.crt -> /etc/static/ssl/certs/ca-certificates.crt
USERTrust_RSA_Certification_Authority.pem
is not directly exposed in NixOS. It seems that it's more generic to use ca-certificates.crt
which also exists under Debian/Ubuntu and many other Linux distributions.