Event: 'OCSPResponse'
function (response) { }
This event will be emitted if the requestOCSP option was set. response is a Buffer containing the server's OCSP response.
Traditionally, the response is a signed object from the server's CA that contains information about server's certificate revocation status.
Please login to continue.