Validation Authority REST APIs
Validation Authority REST APIs allow operators to register/update the user certificate issued by the Certificate Authority. In this section we will discuss about the API endpoints which Validation Authority supports. Validation Authority will capture all the activities carried out using the endpoints in Audit Logs.
Validation Authority REST API allows operator to do the followings:
The prerequisites to use the endpoints are:
-
Add and whitelist the ipv4 addresses in web.xml file. Refer to Add and Whitelist ipv4 addresses for more information.
-
Certificate Issuer should be registered in the Validation Authority. Refer to Register New Certificate Issuer for more information.
-
Issuer CRL should be registered and present in the Validation Authority. Refer to Load CRLs for Each Certificate Authority for more information.
-
Register New Certificate into the Validation Authority
-
Get Certificate Status from the Validation Authority
-
Update the Existing Certificate Status
Note:-
Validation Authority REST APIs will work on both http and https endpoints.
-
User can pass the certificate serial number in a decimal or hex format. In case of hex format, add 0x infront of the certificate serial number (0x6008).
-
Topics in this section: