You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data encryption cipher should be AES-256-GCM (instead of the current default AES-128-CBC) as used in the official PIA VPN app, and data auth could probably be upgraded to SHA-256.
Also, why are we still using the 2048 bit CA certificate (ca.rsa.2048.crt) and not the 4096 bit one?
In case you don't want to change the default, is there an easy way for me to specify that I want strong encryption in my docker compose file, or otherwise?
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Do you have the latest provider files?
Have you tested the provider files?
Can you create a PR for this config?
Provider details
Data encryption cipher should be AES-256-GCM (instead of the current default AES-128-CBC) as used in the official PIA VPN app, and data auth could probably be upgraded to SHA-256.
Also, why are we still using the 2048 bit CA certificate (ca.rsa.2048.crt) and not the 4096 bit one?
Link to PIA "strong" OVPN config (ZIP archive):
https://www.privateinternetaccess.com/openvpn/openvpn-strong.zip
In case you don't want to change the default, is there an easy way for me to specify that I want strong encryption in my docker compose file, or otherwise?
Anything else?
No response
The text was updated successfully, but these errors were encountered: