Enabling hex serial numbers without breaking backward compatibility. (#779)

* Enabling hex serial numbers without breaking backward compatibility.

* Fixing tests.
This commit is contained in:
kevgliss
2017-05-05 11:04:09 -07:00
committed by GitHub
parent 381cd2e1ff
commit 9c9ca37586
4 changed files with 19 additions and 9 deletions

View File

@ -108,6 +108,10 @@
<strong>Serial</strong>
<span class="pull-right">{{ certificate.serial }}</span>
</li>
<li class="list-group-item">
<strong>Serial (Hex)</strong>
<span class="pull-right">{{ certificate.serialHex }}</span>
</li>
<li
uib-tooltip="Lemur will attempt to check a certificates validity, this is used to track whether a certificate as been revoked"
class="list-group-item">