|
|
Dear list, the openvpn documentation states that one can use the option "--tls-verify" "verify-cn" script to check for a specific CN to allow. Going through the "verify-cn" script I see: # For example in OpenVPN, you could use the directive: # # tls-verify "./verify-cn Test-Client" # # This would cause the connection to be dropped unless # the client common name is "Test-Client" My question is: what if I have to authenticate more than one user based on the CN verification ? Do I need to add more "./verify-cn userxxx" in the server.conf ? Regards ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |