Feature #7505
closedsystem_certmanager.php: Certificate list should show SANs, KU, and EKU for certificates
100%
Description
The list of certificates should show at least the Subject Alt Names, Key Usage, and Extended Key Usage fields for a certificate. Currently there isn't any way in the GUI to see these, a user has to export the certificate and view it locally.
I have some code to print the info. It would be nice to hide it in an info block, but it does not work yet. See #7504
Updated by Jim Pingle over 7 years ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
Applied in changeset 4906f4ee6622c66a46d179cee6a2da963d962ca1.
Updated by James Snell over 7 years ago
Tested 2.4.0.b.20170502.2240
Info icon now showing for each certificate, infoblock contains SAN, KU and EKU information.
Test passed, thanks!
Updated by Jim Pingle over 7 years ago
- Status changed from Feedback to Resolved
Yeah that did come out pretty nice. And since it's collapsible now, maybe we can stuff some more cert info in that box over time, or improve the formatting. It's good enough for now though.