I'm trying to setup openvpn using a Windows CA to sign the certificate requests from openssl. I have gotten all the certificates that I need but when I try to do set the ca-cert-file, it shows:
OpenVPN configuration error: Specified ca-cert-file "/config/auth/ca.cer" is not valid.
I used this as the configuration line and am sure that this is the correct location of the certificate. I have also verified that it is base 64.
set tls ca-cert-file /config/auth/ca.cer
Any help would be appreciated.
Thanks!