feat(key): switch SSH-key list to table
This commit is contained in:
parent
d6780bb48f
commit
1ad5f59d37
54
key.xhtml
54
key.xhtml
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Key -->
|
<!-- Inferencium - Website - Key -->
|
||||||
<!-- Version: 9.1.0 -->
|
<!-- Version: 9.2.0-alpha.1 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -104,28 +104,36 @@
|
|||||||
<h2><a href="#file_git_signing">File/Git Signing</a></h2>
|
<h2><a href="#file_git_signing">File/Git Signing</a></h2>
|
||||||
<section id="ssh">
|
<section id="ssh">
|
||||||
<h3><a href="#ssh">SSH</a></h3>
|
<h3><a href="#ssh">SSH</a></h3>
|
||||||
<p class="update_date">Updated: 2024-04-01 (UTC+00:00)</p>
|
<p>SSH keys used to sign data outside of their validity periods should be classified as
|
||||||
<p>SSH keys used to sign data outside of their dates listed below should be classified as
|
compromised; only trust SSH keys used within their validity periods.</p>
|
||||||
compromised. Only trust SSH keys used within their date ranges.</p>
|
<p>Each SSH key is signed with the previous key, allowing verification of the
|
||||||
<p>Each SSH key is signed by the previous key, allowing verification of the chain of keys,
|
chain-of-trust.</p>
|
||||||
and root of trust.</p>
|
<table>
|
||||||
<h4 id="ssh-current"><a href="#ssh-current">Current</a></h4>
|
<tr>
|
||||||
<h5 id="ssh-current-2"><a href="#ssh-current-2">#2 (2024-04-01 - present)</a></h5>
|
<th>Public Key</th>
|
||||||
<h6 id="ssh-current-2-fingerprint"><a href="#ssh-current-2-fingerprint">Fingerprint</a></h6>
|
<th>Fingerprint</th>
|
||||||
<code>SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y</code>
|
<th>Validity Start</th>
|
||||||
<h6 id="ssh-current-2-key"><a href="#ssh-current-2-key">Key</a></h6>
|
<th>Validity End</th>
|
||||||
<code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ7xGvfyArrAwOAzjnkPIWYmLzX4JAxjrqpzkDBMycQS</code>
|
</tr>
|
||||||
<h4 id="ssh-legacy"><a href="#ssh-legacy">Legacy</a></h4>
|
<tr>
|
||||||
<h5 id="ssh-legacy-1"><a href="#ssh-legacy-1">#1 (2023-07-27 - 2024-04-01)</a></h5>
|
<td><code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ7xGvfyArrAwOAzjnkPIWYmLzX4JAxjrqpzkDBMycQS</code></td>
|
||||||
<h6 id="ssh-legacy-1-fingerprint"><a href="#ssh-legacy-1-fingerprint">Fingerprint</a></h6>
|
<td><code>SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y</code></td>
|
||||||
<code>SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc</code>
|
<td>2024-04-01</td>
|
||||||
<h6 id="ssh-legacy-1-key"><a href="#ssh-legacy-1-key">Key</a></h6>
|
<td>2025-06-23</td>
|
||||||
<code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHPGnrIg7dI7GUqA+lTztJSrn+7QyRceajqs4iaU8UG</code>
|
</tr>
|
||||||
<h5 id="ssh-legacy-0"><a href="#ssh-legacy-0">#0 (2023-01-01 - 2023-07-27)</a></h5>
|
<tr>
|
||||||
<h6 id="ssh-legacy-0-fingerprint"><a href="#ssh-legacy-0-fingerprint">Fingerprint</a></h6>
|
<td><code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHPGnrIg7dI7GUqA+lTztJSrn+7QyRceajqs4iaU8UG</code></td>
|
||||||
<code>SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M</code>
|
<td><code>SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc</code></td>
|
||||||
<h6 id="ssh-legacy-0-key"><a href="#ssh-legacy-0-key">Key</a></h6>
|
<td>2023-07-27</td>
|
||||||
<code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8</code>
|
<td>2024-04-01</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8</code></td>
|
||||||
|
<td><code>SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M</code></td>
|
||||||
|
<td>2023-01-01</td>
|
||||||
|
<td>2023-07-27</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
|
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user