OpenVPN missing config options

Gents,

Trying to make my NordVPN connection instance more resilient.

NordVPN provides a crt/key pair per remote/server, and currently we can't specify a key per remote in the same config...

How hard would it be to pull/merge some recent enhancements wrt tls-auth/crypt use and connection blocks?

Please see this commit (latest one related to this topic):
https://sourceforge.net/p/openvpn/openvpn/ci/dcfc51457789d8a62ff8bd266dd3a3bf0a0c9763/

Thank you in advance

Are you referring to this?

Not quite... the issue for me is I need to pass a unique tls key to each remote.
I know i can cat the ca's together but not the keys....

I want to use one config with remote-random and several servers each in its own block with the unique key...

OpenVPN added this feature for tls-auth/crypto late last summer, and a few bugs were fixed since as well....

Cheers