On Thu, 17 Jan 2013, Jim Pingle wrote:

On 1/17/2013 3:54 PM, Paul Heinlein wrote:
I'm not the original poster, but my experience so far with this app and
a pfSense-hosted OpenVPN server has been good.

I ditched separate files entirely, using the "unified" config format:

When I tried that, it wouldn't accept the config.

Did you have lines like this? :
ca [inline]
cert [inline]
key [inline]
tls-auth [inline] 1


Or just the <ca> ... </ca> and similar blocks?

<ca>
[pem-encoded CA cert]
</ca>

<cert>
[pem-encoded personal cert]
</cert>

<key>
[pem-encoded and encrypted key]
</key>

<tls-auth>
[openvpn static key]
</tls-auth>

Now that I look at it, I notice that there's no direction set in the tls-auth block, but that doesn't seem to pose a problem in our setup.

--
Paul Heinlein
[email protected]
45°38' N, 122°6' W
_______________________________________________
List mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to