You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps I am doing this incorrectly. I want to revoke a key, per the readme:
cd /etc/easy-rsa
easyrsa revoke targetkey
easyrsa gen-crl
So everything seems to be as I expect, I can also find an entry in /etc/easy-rsa/pki/index.txt that indicates that I revoked the targetkey:
R 260804130324Z 160808185030Z 03 unknown /CN=targetkey
What's unexpected is that I can still connect with this ovpn profile to the OpenVPN server despite the fact that the key has been revoked. Am I misunderstanding something? I believe the above should render the corresponding ovpn profile dead/unable to connect.