Skip to content

Commit

Permalink
Add revocation certificate format document
Browse files Browse the repository at this point in the history
  • Loading branch information
zolagonano committed Apr 30, 2024
1 parent 9d2fc9a commit d99e842
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/Formats/revocation-certificate-format.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Revocation Certificate Format
layout: default
parent: Formats
---

### Revocation Certificate Format

Revocation certificates contain essential details regarding the revocation event. Below are the fields and their descriptions:

- `issuer`: Identifies the entity that issued the certificate.
- `revocation_date`: Specifies the date when the revocation occurred, represented as a Unix timestamp.
- `revocation_reason`: Provides the reason for the revocation, explaining why the public key is being revoked.

```
+-------------------------+
| issuer |
|-------------------------|
| revocation_date |
|-------------------------|
| revocation_reason |
+-------------------------+
```

0 comments on commit d99e842

Please sign in to comment.