Description - An Online Certificate Status Protocol responder is an online service that verifies the validity of certificates. OCSP removes the need for Certificate Revocation Lists by delegating the task to a centralized server.

Runtime Class - com.iwaysoftware.eclipse.template.OcspResponderProviderType



Parameter Groups

 ParameterTypeDescription
*Responder URLstringLocation of the OCSP responder. For example http://ocsp.example.net:80
Certificate Subject NamestringSubject name of the OCSP responder's certificate. For example CN=OCSP Responder, O=XYZ Corp.
Certificate Issuer NamestringIssuer name of the OCSP responder's certificate. For example CN=Enterprise CA, O=XYZ Corp. This property is required if the Certificate Subject Name is not specified.
Certificate Serial NumberstringSerial number of the OCSP responder's certificate. For example 1234567890123456789. This property is required if the Certificate Subject Name is not specified.
*Certificate StorestringCertificate store where the responder certificate can be retrieved.

Select from one of the following options:
*HTTP Client ProviderstringHTTP client provider that manages outgoing connections to the responder.

Select from one of the following options:
* - denotes required