Jump to content


Photo

static private key password in ovpn file ?


  • Please log in to reply
No replies to this topic

#1 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 31 October 2021 - 18:51

I'm trying to use vpnmanager plugin, but I don't know where to configure the static private key password.

 

I mean the one which I write here...

root@osmio4kplus:~/vpn# openvpn --config Osmio4K.ovpn
Sun Oct 31 18:47:03 2021 OpenVPN 2.4.7 arm-oe-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Sep 12 2020
Sun Oct 31 18:47:03 2021 library versions: OpenSSL 1.1.1g  21 Apr 2020, LZO 2.10
Enter Private Key Password:

Osmio4K.ovpn file is:

client
dev tun
proto udp
remote a.b 12345
resolv-retry infinite
nobind
remote-cert-tls server
tls-version-min 1.2
verify-x509-name xxxxxxxxxxxxxxxxxxxxxxxx
cipher AES-256-GCM
auth SHA256
auth-nocache
verb 3
<ca>
-----BEGIN CERTIFICATE-----
XXXXXXXXXXXXXXXX
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
XXXXXXXXXXXXXXX
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
XXXXXXXXXXXXXX
-----END ENCRYPTED PRIVATE KEY-----
</key>
<tls-crypt>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
XXXXXXXXXXXXXXX
-----END OpenVPN Static key V1-----
</tls-crypt>

Edited by jpuigs, 31 October 2021 - 18:55.

Enigma is getting old....

 

Spoiler


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users