Update the Existing Certificate Status

To update a certificate status, the following endpoint can be used.

Title Description
End Point
http://<VAIP>:<VA http port>/rest/credential/updateCredential
Method PUT
Parameter
Serial Number
Issuer Name
Valid From
Valid To
Authority Key Identifier
Reason Code
Revocation Date
Request
"serialNumber": "0x6008",
        "issuerName": "CN=VATEET-WIN-K18PJHIkSLF-CA, DC=VATEST, DC=org",
        "validFrom": "2019-09-30 00:00:00",
        "validTo": "2021-09-29 00:00:00",
        "authorityKeyIdentifier": "9dfc6853245242a4e0ttb1e9a258mom9b01a",
        "reasonCode": 6,
        "revocationDate": "2020-09-14 13:10:00"
Response

Update the certificate status in the Validation Authority database

or

If the certificate is not available in the database or revocation list, you will receive an error message.

Sample Endpoint
('Status code: ', 200)
('Response text:', 'Credential with Serial Number: 0x6008 is updated with status:Suspended successfully.')
Audit Logs Yes