CLI

A separate revocation command is available within the vc command for all revocation related operations.

ssikit vc revocation -h
  • check - check the verifiable credential revocation status

  • revoke - revoke a verifiable credential

Check is a low level function. For a high level check, refer to CredentialStatusPolicy.

Refer to the Issue with status section to learn about how to issue a verifiable credentials with a credentialStatus property.

Last updated