[BUG] Certificate revocation error - "Search End Entity" page does not reload the status correctly #741
Replies: 1 comment
-
The difference is End Entities vs Certificates. One end entity may have multiple certificates. You can revoke one, or several of an end entities certificates. This does not make the End Entity revoked. When you "select and revoke" in the end entity page it ask you "are you sure you want to revoke this end entity", i.e. not the same as certificate. Does it sound complicated, maybe yes :-) |
Beta Was this translation helpful? Give feedback.
-
I have a local installation of EJBCA in a local VM. It was running version 8.3.2 correctly on wildfly-26.1.3 with java 17.0.13.
On the "Search End Entity" page you have the possibility to revoke the certificate via the "Revoke Selected" button
but also by clicking on the "Certificate" button, present in line with the certificate under the "Actions" column, and then click on "View".
By clicking on "Certificate" -> "View", the modal opens. Into the modal, by selecting the reason for revocation we can revoke the certificate by clicking on "Revoke".
the result is
After closing the modal and refreshing the "Search End Entity" page, the "Status" column is not updated and remains in "GENERATED".
Instead, performing the same operation from the "Search End Entity" page, after selecting a new test(test11) via the checkbox, by clicking on "Revoke Selected", the "Status" column is correctly updated to "REVOKED".
Beta Was this translation helpful? Give feedback.
All reactions