OpenVPN: Difference between revisions
Jump to navigation
Jump to search
(Created page with "* Inline certificates for IOS [https://community.openvpn.net/openvpn/wiki/IOSinline]") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
* Inline certificates for IOS [https://community.openvpn.net/openvpn/wiki/IOSinline] | * Inline certificates for IOS [https://community.openvpn.net/openvpn/wiki/IOSinline] | ||
Add the following sections to .ovpn file | |||
<ca> | |||
-----BEGIN CERTIFICATE----- | |||
... | |||
-----END CERTIFICATE----- | |||
</ca> | |||
<cert> | |||
-----BEGIN CERTIFICATE----- | |||
... | |||
-----END CERTIFICATE----- | |||
</cert> | |||
<key> | |||
-----BEGIN RSA PRIVATE KEY----- | |||
... | |||
-----END RSA PRIVATE KEY----- | |||
</key> | |||
* Activating openvpn in FreeNAS [http://joepaetzel.wordpress.com/2013/09/22/openvpn-on-freenas-9-1/] | |||
* Enable IPv6 on tunnel [https://community.openvpn.net/openvpn/wiki/IPv6] | |||
server-ipv6 2001:db8:123::/64 | |||
Latest revision as of 13:06, 3 January 2014
- Inline certificates for IOS [1]
Add the following sections to .ovpn file
<ca> -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- </ca> <cert> -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- </cert> <key> -----BEGIN RSA PRIVATE KEY----- ... -----END RSA PRIVATE KEY----- </key>
- Activating openvpn in FreeNAS [2]
- Enable IPv6 on tunnel [3]
server-ipv6 2001:db8:123::/64