Management::OCSPResponder::SignInformation

Introduced : BIG-IP_v9.0
A struct that describes information necessary to sign the OCSP request. The files are specified by their file object names. See the CertificateFile and CertificateKeyFile interfaces.
Member Type Description
signer_certificate String The file containing the certificate used to sign the OCSP request.
private_key String The private key. If not specified, then private key is read from same file specified in the signer_certificate.
pass_phrase String The pass phrase used to decrypt the private key.
other_certificate String The additional certificates used to sign the request.
digest_method OCSPDigestMethod The digest algorithm for signing the request.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.