Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OVPN client supports tls authentication. The configuration of tls-auth can be added only by importing .ovpn configuration file.  Using tls-auth requires that you generate a shared-secret key, this key should be added to the client configuration file .ovpn.

Code Block
languageros
key-direction 1<tls1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
-----END OpenVPN Static key V1-----
</tls-auth>

...