|
|
Monty Ree wrote: > I have used OpenVPN server(linux) and Windows (client) using same cert > file. First, don't use shared certificates. They're bad for security, bad for manageability (as you're presently finding out), and all around not a best-practices approach to the problem. Second -- if you *must* use shared certificates (which you absolutely shouldn't do), use auth-user-pass with username-as-common-name such that you can use a client-config-dir based on the username rather than the certificate. ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |