Feature #7505
system_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
Associated revisions
History
#1
Updated by Jim Pingle over 3 years ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
Applied in changeset 4906f4ee6622c66a46d179cee6a2da963d962ca1.
#2
Updated by James Snell over 3 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!
#3
Updated by Kill Bill over 3 years ago
Works pretty well here as well.
#4
Updated by Jim Pingle over 3 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.
Show SAN, KU, and EKU info in the certificate list. Implements #7505
While here, also fix "server" cert detection to key off of the EKU For "TLS Web Server Authentication" since nsCertType has been deprecated.