Viewing certificate details
You can view the details in the certificate file in the GUI, with the
dp:get-cert-details() function, or with a REST or SOAP request.
Although the certificate monitor checks for certificate expiry, you can view certificate details to evaluate other processing issues that are encountered during processing.
Each certificate has a backing cryptographic file. Each file includes basic fields and
extensions. You can view certificate details in all available interfaces except the CLI.
Viewing certificate details in the GUI
- In the search field, enter certificate.
- From the search results, click Crypto certificate.
- From the table, select a certificate alias to view its configuration.
- Click Details next to the file name.
Accessing certificate details in a stylesheet
In a stylesheet, use the dp:get-cert-details() function to extract information
from a specific certificate. For more information, see dp:get-cert-details().
Requesting certificate details with a REST action
Use the ViewCertificateDetails action to send a view certificate details request
to the REST or XML management interface.
The syntax for a REST request is as follows. The response is
JSON.
{"ViewCertificateDetails":
{
"CertificateObject": "certificate_alias_name"
}
}Requesting certificate details with a SOAP request
Use the dp:do-view-certificate-details action to send a view certificate details
request to the XML management interface.
The syntax for the
<dp:request> node of a SOAP request is as follows. The
response is
XML.<dp:do-view-certificate-details>
<dp:certificate-object>certificate_alias_name</dp:certificate-object>
</dp:do-view-certificate-details>