Which two of the following are valid methods to authenticate with OpenVPN? (Select two.)
Static key authentication uses a pre-shared key between client and server.
Why this answer
OpenVPN supports static key authentication (option D) as a simple pre-shared secret method where both client and server use the same key to encrypt and authenticate traffic. This is valid but less secure than certificate-based methods, as it lacks perfect forward secrecy and individual revocation capabilities.