OpenVPN

From Open Source Ecology
Revision as of 12:50, 9 September 2019 by Maltfield (talk | contribs)
Jump to navigation Jump to search

OpenVPN is the VPN solution of choice used by OSE.

Hardening

The server (and client) configs for OpenVPN should be hardened for security. For example, the admin should investigate the time-appropriate choices the following factors:

  1. server & client RSA key sizes
  2. DH params key size
  3. cipher (for data channel)
  4. tls-cipher (for control channel)
  5. tls-version-min

See Also