Rename the CLI node option "ncp-ciphers" with "data-ciphers"
Reason for request: This option was called --ncp-ciphers in OpenVPN 2.4 but has been renamed to --data-ciphers in OpenVPN 2.5 to more accurately reflect its meaning.
From:
vyos@testing# set int openvpn vtun10 encryption ncp-ciphers Possible completions: none Disable encryption 3des DES algorithm with triple encryption aes128 AES algorithm with 128-bit key CBC aes128gcm AES algorithm with 128-bit key GCM
To:
vyos@testing# set int openvpn vtun10 encryption data-ciphers Possible completions: none Disable encryption 3des DES algorithm with triple encryption aes128 AES algorithm with 128-bit key CBC aes128gcm AES algorithm with 128-bit key GCM
In this script, its called as data-ciphers
https://github.com/vyos/vyos-1x/blob/d386072c2b34ad33b667c00f21062cf1c6defa3d/data/templates/openvpn/server.conf.j2#L210
https://openvpn.net/community-resources/reference-manual-for-openvpn-2-6/#options