Merge pull request #1620 from castrapel/recommit-achen

recommit https://github.com/Netflix/lemur/pull/1612
This commit is contained in:
Curtis 2018-08-27 10:00:21 -07:00 committed by GitHub
commit 5797fd4042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>