Actions
Feature #3647
closedcertificate view: show details
Start date:
Due date:
% Done:
100%
Estimated time:
Description
The view certificate page (/cert/get/?name=%s&view=1) should display certificate details, instead of its octets.
Displaying BASE64-encoded octets of a certificate on an HTML page is useless for a human user, because the octets are not human readable; certificate installations are typically done by ndnsec-install-cert <uri> which doesn't need copy&paste.
Displaying certificate details, including subject name, organization, validity period, are very useful for a human user to understand a certificate.
Updated by Junxiao Shi over 9 years ago
Moved from https://github.com/named-data/ndncert/issues/3. There are some discussions over there.
Updated by Alex Afanasyev about 9 years ago
- Status changed from New to Closed
- Assignee set to Alex Afanasyev
- % Done changed from 0 to 100
This has been implemented a while back.
Actions