Skip to content

Commit

Permalink
added revoke functionality to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lawndoc committed May 3, 2021
1 parent 435cfb7 commit 3fef864
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ It currently does not provide any kind of authentication mechanism, so NAC and c

Basic API calls provided:

- GET root CA certificate for establishing trust
- GET new host certificate signed by CA
- GET `/ca/root-trust` -> get root CA certificate for establishing trust
- GET `/ca/host-certificate` -> get new host certificate signed by CA

TODO / Not yet implemented:

- POST `/ca/revoke-certificate` -> revoke certificate
- GET `/ca/revoke-certificate` -> check if cert has been revoked

0 comments on commit 3fef864

Please sign in to comment.