Optional
ca?: The issuer certificate authority. If not provided, it will be downloaded from the issuer URL. If you already have the issuer certificate, you can provide it here to improve performance.
Optional
enableWhether to include a nonce in the OCSP request. This is enabled by default because it enhances security.
Optional
ocspThe URL of the OCSP responder. By default, it will be extracted from the certificate. If you already know the OCSP responder URL, you can provide it here.
Optional
rawWhether to return the raw response as a buffer additionally to the parsed response. This is disabled by default.
Optional
timeout?: numberTimeout in milliseconds for the OCSP request and download of the issuer certificate. If the request takes longer than this, it will be aborted.
Optional
validateWhether to validate the signature of the OCSP response. This is enabled by default and should only be disabled for debugging purposes.
Additional optional configuration