Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Razumain committed Oct 3, 2022
1 parent aa09204 commit f5133de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,23 @@ Here the administator can choose to copy/paste the new certificate, issue more c

Certificate can be revoked through the admin UI by selecting the target certificate and press the "MANAGE" button and then select the "REVOKE" button. Note that the revoke button is only available if the certificate is not yet revoked.

Two revocation options are available:

| Revocation option | Description |
|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Revoke | Permanently revokes a certificate in a way that can't be undone or changed |
| Block | This option sets a `certificateHold` status on the certificate that causes the certificate be revoked, but allows the certificate to be lifted from revocation (un-blocked). |

After selecting revocation, the administrator will have to re-confirm revocation before revocation is executed:

![Revoke confirm](documentation/img/revoke-confirm.png)

Certificates may also be blocked temporarily by revoking certificates with on-hold status. A blocked certificate
can either be unblocked or permanently revoked at a later stage. Options to block or unblock certificates are available on the certificate
display menu.



-----

Copyright © 2022, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).

0 comments on commit f5133de

Please sign in to comment.