Discuss this help topic in SecureBlackbox Forum
Contains signing certificates.
Declaration
Description
Use this property to keep the certificates which will be used to sign the requests (responses). You need to include one certificate with a private key which will be used for signing. Also you can include issuer certificates forming a certificate chain which can be used to verify the signing certificate.
For the server component, instead of setting SigningCertStorage you can handle the TElOCSPServer.OnSigningCertificatesNeeded event and provide certificates dynamically for each request.