Hey Nick, Nick Upson wrote: > I'm using 1.2-RELEASE and I'm trying to start using the openvpn > capability. The problem I'm having is that there seems to be no way to > use TLS (tls-auth), could someone either confirm that or let me know > how to enable it please.
you could manually generate a key like this <-- # openvpn --genkey --secret openvpn --genkey --secret /var/etc/openvpn_server0.tls --> then add "tls-auth /var/etc/openvpn_server0.tls 0" to the custom options of your openvpn server! Copy the key to your client and add it to its configuration like this "tls-auth openvpn_server0.tls 1" .. Hope this helps :-) kind regards Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Commercial support available - https://portal.pfsense.org
