Hello,
actual I'm trying to setup a TP-Link AC1750 with OpenWrt and connect a SSL S2S Tunnel.
may anybody got a running configuration with an XG and could help.
If anybody uses an IPSec Site-2-Site tunnel i would appreciate all kind of help.
XG with puplic IP and all self signed certificates from the Sophos CA which i`ve modified.
I created a SSL VPN Profile and exported the .apc file.
Then i tryed to get the certificates and keys out of this file like in the picture below.
But i ran into a issue when i want to make a crt file out of it.
It means it's not usable as certificate
my OpenVPN configuration looks like:
remote x.y.z.a 8443
proto tcp
client
#verb3
dev tun
auth SHA256
cipher AES-128-CBC
remote-cert-tls server
--verify-x509-name "C=DE, ST=Hessen, L=Frankfurt, O=Home, OU=OU, CN=x.y.z.a, emailAddress=dsgfaga@fdaghdf.gfdsg
ca /etc/openvpn/ca.crt
cert /etc/openvpn/cert.crt
key /etc/openvpn/rsaho2.key
auth-user-pass /etc/openvpn/login.txt
resolv-retry infinite
nobind
persist-key
persist-tun
Regards
This thread was automatically locked due to age.