CertificateHash

CertHash is a method to qualify a positive OCSP response by including a secure hash of the certificate. This is a further tamper proofing of the protocol, as the default reply is signed using only the certificate's serial number, leaving other fields open to abuse. Including a hash based on all relevant values in the certificate increases the security for the client.

The hash algorithm used in this extension is SHA256.

CertHash is defined in the German Common PKI SigG-Profile (OCSP in Part9).

The following covers how to set up handling of CertHash extensions using the external OCSP responder. For more information, see External OCSP Responders.

Setting up the CertHash OCSP Extension

The following describes setting up the CertHash OCSP extension in the OCSP/VA server.

Configuring the CertHash Extension

The OCSP Responder includes an extension for including CertHash values in replies.

To enable the CertHash extension, configure the options in the OcspKeyBinding of the OCSP Responder:

  1. Select CA UI → Internal Key Bindings → OcspKeyBindings and choose the Key Binding to edit.

  2. Under OCSP Extensions, select Certificate Hash.

  3. Click Add and then Save.

images/download/attachments/143744111/certHash.png