schmas / docker-openvpn-client

Docker OpenVPN Client
GNU General Public License v3.0
41 stars 32 forks source link

Wrong PIA crt path #5

Open tlancemot opened 6 years ago

tlancemot commented 6 years ago

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

PixelPerfectJenna commented 5 years ago

@tlancemot Did you ever figure this out?

gregbert42 commented 5 years ago

I am having this issue now - and it appears to be a year and a half after this was opened. unsure how to fix.

PixelPerfectJenna commented 5 years ago

@gregbert42 I know how to fix it. I can give more details is a couple hours on how to fix it.