|
Hi! I got my token key from the nordvpn website and put it as value of the WIREGUARD_PRIVATE_KEY environmental variable. Now the container is trying to contact NordVPN but I get the following error: `======================================== ======================================== =============== gluetun ================ ======================================== =========== Made with ❤️ by ============ ======= https://github.com/qdm12 ======= ======================================== ======================================== Running version latest built on 2023-10-07T13:26:08.155Z (commit 1c43a1d) 🔧 Need help? https://github.com/qdm12/gluetun/discussions/new 🐛 Bug? https://github.com/qdm12/gluetun/issues/new ✨ New feature? https://github.com/qdm12/gluetun/issues/new ☕ Discussion? https://github.com/qdm12/gluetun/discussions/new 💻 Email? quentin.mcgaw@gmail.com 💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12 2023-10-15T15:41:58Z INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.11 and family v4 2023-10-15T15:41:58Z INFO [routing] local ethernet link found: eth0 2023-10-15T15:41:58Z INFO [routing] local ipnet found: 172.17.0.0/16 2023-10-15T15:41:58Z INFO [firewall] enabling... 2023-10-15T15:41:58Z INFO [firewall] enabled successfully 2023-10-15T15:42:00Z INFO [storage] merging by most recent 17689 hardcoded servers and 17689 servers read from /gluetun/servers.json 2023-10-15T15:42:00Z ERROR VPN settings: Wireguard settings: private key is not valid: wgtypes: incorrect key size: 48 ` I have copied the code completely and I am sure that there is no mistake there. Does anybody know what is happening here? Thanks! |
Replies: 2 comments 4 replies
Should be |
Your Wireguard Private Key for NordVPN should be 44 characters not 48. There's a process you need to go through to extract the Private Key from the token -- have you done that? |
Your Wireguard Private Key for NordVPN should be 44 characters not 48. There's a process you need to go through to extract the Private Key from the token -- have you done that?