Reputation: 327
How to configure https server to prevent connect with revoked certificate
Upvotes: 1
Views: 906
Reputation: 327
Solved: add to https options crl
property - certificate revokation list
crl: fs.readFileSync(path.join('public', "ca-crl.pem"))
Upvotes: 1