Add SSH key usage dates
This commit is contained in:
parent
f5142b89ad
commit
59e7942605
36
key.html
36
key.html
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 4.4.0.30 -->
|
||||
<!-- Version: 4.5.0.31 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -100,23 +100,25 @@
|
||||
<p>Each SSH key is signed by the previous key, allowing verification of
|
||||
the chain of keys, and root of trust.</p>
|
||||
<p>Current SSH key:</p>
|
||||
<h5>Fingerprint #1</h5>
|
||||
<code>
|
||||
SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
|
||||
</code>
|
||||
<h5>Key #1</h5>
|
||||
<code>
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHPGnrIg7dI7GUqA+lTztJSrn+7QyRceajqs4iaU8UG
|
||||
</code>
|
||||
<h5>#1 (Used from 2023-07-27)</h5>
|
||||
<h6>Fingerprint</h6>
|
||||
<code>
|
||||
SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
|
||||
</code>
|
||||
<h6>Key</h6>
|
||||
<code>
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHPGnrIg7dI7GUqA+lTztJSrn+7QyRceajqs4iaU8UG
|
||||
</code>
|
||||
<p>Legacy SSH keys:</p>
|
||||
<h5>Fingerprint #0</h5>
|
||||
<code>
|
||||
SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M
|
||||
</code>
|
||||
<h5>Key #0</h5>
|
||||
<code>
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8
|
||||
</code>
|
||||
<h5>#0 (Used between 2023-01-01 - 2023-07-27)</h5>
|
||||
<h6>Fingerprint</h6>
|
||||
<code>
|
||||
SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M
|
||||
</code>
|
||||
<h6>Key</h6>
|
||||
<code>
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8
|
||||
</code>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user