Skip to content

Commit

Permalink
improve cert layout with links to crt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Nov 19, 2023
1 parent f0e3ec7 commit 9a03ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ssl.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="card bg-dark text-light mb-4">
<div class="card-body">
<div class="card-header bg-success">
<h5><i class="bi bi-search"></i> crt.sh ID: </b> {{printf "%0.0f" .id}} </h5>
<h5><i class="bi bi-search"></i> crt.sh ID: <a href="https://crt.sh/?id={{printf "%0.0f" .id}}" target="_blank" style="color: #003366;">{{printf "%0.0f" .id}}</a></h5>
</div>
<div class="mt-3">
<p class="text-break"><b>Common Name:</b> {{.common_name}}</p>
Expand Down

0 comments on commit 9a03ba8

Please sign in to comment.