When setting up an OpenVPN connection via network manager I need to import a CA.crt file. This is the minimum requirement.
When using the terminal command sudo openvpn config.conf
I just need the config file but no extra certificate.
Why is this?
Surely
config.conf
has the certificate inside it? OpenVPN config files I have used in the past all contain the relevant certificate.