Hi,
there is a way to completely reset the OpenVpn server in RT-AC68U?
If I shut down the openVPN server the content of the folder
/tmp/etc/openvpn/
is deleted but when i switch on the openVPN server the folder
/tmp/etc/openvpn/vpnserver1
has new certificates/config fils but from GUI settings are the same before shutting down.
And I got this error in general section of OpenVPN:
Certification Authentication / Server certification / Server Key field error!
Please check the Keys and Certification contents on the Impostazioni avanzate page
and this is my client.ovpn visibly wrong (missing client key and certificate).
The CA (I shorted it for formatting issues) is regenerated every shutdown switch on of openVPN server:
client
dev tun
proto udp
remote xxxxxxxxns.org 1194
float
comp-lzo adaptive
keepalive 15 60
auth-user-pass
ns-cert-type server
<ca>
-----BEGIN CERTIFICATE-----
MIID..................lUcp6zKKjBkMjE7yF5obPV+huUII
-----END CERTIFICATE-----
</ca>
<cert>
paste client certificate data here
</cert>
<key>
paste client key data here
</key>
resolv-retry infinite
nobind
thank you
there is a way to completely reset the OpenVpn server in RT-AC68U?
If I shut down the openVPN server the content of the folder
/tmp/etc/openvpn/
is deleted but when i switch on the openVPN server the folder
/tmp/etc/openvpn/vpnserver1
has new certificates/config fils but from GUI settings are the same before shutting down.
And I got this error in general section of OpenVPN:
Certification Authentication / Server certification / Server Key field error!
Please check the Keys and Certification contents on the Impostazioni avanzate page
and this is my client.ovpn visibly wrong (missing client key and certificate).
The CA (I shorted it for formatting issues) is regenerated every shutdown switch on of openVPN server:
client
dev tun
proto udp
remote xxxxxxxxns.org 1194
float
comp-lzo adaptive
keepalive 15 60
auth-user-pass
ns-cert-type server
<ca>
-----BEGIN CERTIFICATE-----
MIID..................lUcp6zKKjBkMjE7yF5obPV+huUII
-----END CERTIFICATE-----
</ca>
<cert>
paste client certificate data here
</cert>
<key>
paste client key data here
</key>
resolv-retry infinite
nobind
thank you