Tag: control
isakmpd | controlling the beast
man isakmpd ;) Check the FIFO section. Type echo “Q” > /var/run/isakmpd.fifo ;)
OpenVPN | enable revocation – revoke a key
Add the following line to your servers conf: crl-verify /etc/openvpn/crl.pem Use the easyrsa ‘revoke-full ‘ command to revoke the key. Copy (NOT MOVE!) the crl.pem file from directory ‘keys’ to /etc/openvpn Restart the server Notice I: The next revocations will be added to the crl.pem file. There is no need to restart the server for […]