Darryl Hoar wrote:
Installed Openvpn on my freebsd server.  Had to revoke a certificate
already.  The Openvpn howto guide says to add crl-verify crl.pem to the
server config script.  Is that the openvpn server config script or the
openssl config script (I self generate certificates) ?

Been googling and searching but can't find a definitive answer.

Thanks and I know this is not strictly a Freebsd question.



_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


read this,

http://openvpn.net/index.php/documentation/howto.html#revoke

you have to revoke the certificate(s) using the scripts and adding "crl-verify crl.pem" to the server configuration file.

first time when you add that line you have to restart the openvpn daemon, afterthat it will check every time the crl.pem to see if the certificate is revoked or not.

--
Best regards,
Octavian
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to