Delete openvpn server

how can i delete openvpn server (not client)?
Apply button is not active

ssh into the router and run:

rm -r /etc/openvpn/cert/*
3 Likes

That's indeed dangerous, since /etc/openvpn/cert contains a file called dh1024.pem, without which you won't be able to generate a new openVPN server configuration again.

1 Like