Change:
Code: Select all
<input type="text" maxlength="64" name="vpnc_openvpn_username" value="" class="input_32_table" style="float:left;" autocomplete="off" autocorrect="off" autocapitalize="off">
Code: Select all
<input type="text" maxlength="128" name="vpnc_openvpn_username" value="" class="input_32_table" style="float:left;" autocomplete="off" autocorrect="off" autocapitalize="off">
Open VPN Client and create a new connection.
Convert your key to the SHA-512 (https://cryptostorm.is/sha512.html)
So your username would be something like: c41d9dfe789b8881c165e50f035aad1f286f88f2b33d97d10c198a4df37ae16f756f8a6b3520f2899eb19c321ef357e3fccaf6af627527c10b7cce9af7be4dc9
in Import ovpn, click browse, select file and import.
Your ovpn file should resemble this:
client
Code: Select all
dev tun
resolv-retry 16
remote linux-useast.cryptostorm.net 443 tcp
remote linux-useast.cryptostorm.nu 443 tcp
remote linux-useast.cryptostorm.ch 443 tcp
remote linux-useast.cstorm.pw 443 tcp
nobind
comp-lzo
down-pre
reneg-sec 0
hand-window 17
verb 4
auth-user-pass
ns-cert-type server
auth SHA512
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA
tls-client
key-method 2
Browse to the CS CA cert and select upload.
Click ok, and activate, Make sure you have your sha-512 as the username and leave the password blank