简体   繁体   中英

AWS VPN client on Windows 10: can't add VPN configuration file because of invalid path to the sertificate

I want to add a new profile in AWS VPN client having three files:

  • vpn.ovpn
  • vpn.companyName.com.crt
  • vpn.companyName.com.key When I try to add vpn.ovpn I'm getting the error:

"File path: ~/ssh.vpn.companyName.com.crt is in invalid format. It may be a path to a remote server, which is not allowed for security reasons. Only absolute paths are accepted"

For me the issue was in the file vpn.ovpn the path for both files

  1. vpn.companyName.com.crt
  2. vpn.companyName.com.key

were incorect.

Solution:

open vpn.ovpn file and scroll to bottom and edit your path to correct location

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM