Add link to search for certificate in crt.sh.

This commit is contained in:
Andrew Chen 2018-08-24 14:16:25 -07:00
parent 9aac7c2269
commit 7ad24042c1
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
<dd>{{ certificate.authority ? certificate.authority.name : "Imported" }} <span class="text-muted">({{ certificate.issuer }})</span></dd>
<dt>Serial</dt>
<dd>
<div>Hex: {{ certificate.serialHex }}</div>
<div>Hex: <a href="https://crt.sh/?serial={{ certificate.serialHex }}" rel="noreferrer" target="_blank" title="View on crt.sh">{{ certificate.serialHex }}</a></div>
<div class="text-muted text-nowrap">Decimal: {{ certificate.serial }}</div>
</dd>
<dt>Valid From</dt>