docker-openvpn-client
docker-openvpn-client copied to clipboard
Wrong PIA crt path
For PIA provider, all certificate path is ca.crt / crl.pem but this is not the right file name (ca.rsa.2048.crt / crl.rsa.2048.pem) So when you start container :
proxy_1 | Options error: --ca fails with '/etc/openvpn/conf/pia/ca.crt': No such file or directory
proxy_1 | Options error: --crl-verify fails with '/etc/openvpn/conf/pia/crl.pem': No such file or directory
I think we do not execute updateConfig.sh to rename crt file in all ovpn config file
@tlancemot Did you ever figure this out?
I am having this issue now - and it appears to be a year and a half after this was opened. unsure how to fix.
@gregbert42 I know how to fix it. I can give more details is a couple hours on how to fix it.