Example: OCSP response signingTwo OCSP responders are specified with the following URLs: Code Block |
---|
responder.1.url=http://ocsphost:90/basic
responder.2.url=http://ocsphost:90/cached |
The key these responders will use for signing are specified as follows: Code Block |
---|
responder.1.signer.1.issuerdn=cn=myCA,c=SE
responder.1.signer.1.certificate=&(issuer=myCA*)(serialNumber=72)
responder.1.signer.1.pin=secretPIN1234
responder.2.signer.1.issuerdn=cn=CA3,c=SE
responder.2.signer.1.certificate=cn=User issued by CA3
responder.2.signer.1.pin=secretPIN1234 |
Example: Back end clientA back end client is specified with the following ...signature.key parameter: Code Block |
---|
ocsp.client.request.signature.key.certificate=&(cn=myCA*)(keyUsage=DigitalSignature)
ocsp.client.request.signature.key.pin=secretPIN1234 |
Example: TLS server authenticationThree OCSP-responders are specified with the following URLs: Code Block |
---|
responder.1.url=https://*:88/secure1
responder.2.url=https://*:88/secure2
responder.3.url=https://ocsphost:89/secure1 |
The keys these responders will use for TLS server authentication are specified as follows: Code Block |
---|
responder.1.ssl.certificate=&(cn=ocsphost)(Issuer=TLS Trust CA*)
responder.1.ssl.pin=secretPIN1234
responder.2.ssl.certificate=&(cn=ocsphost)(Issuer=TLS Trust CA*)
responder.2.ssl.pin=secretPIN1234
responder.3.ssl.certificate=cn=Nexus OCSP Responder*
responder.3.ssl.pin=secretPIN1234 |
Example: TLS client authenticationA back end client uses a TLS client certificate with the following parameter: Code Block |
---|
ocsp.client.authentication.key.certificate=(serialNumber=72)
ocsp.client.authentication.key.pin=secretPIN1234 |
|