feat(key): add SSH-key IDs
This commit adds unique IDs to each of my SSH public keys, making it easier to communicate their identities, rather than communicating the entire public keys or their fingerprints.
This commit is contained in:
parent
e868ffc359
commit
d2badd53b7
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Key -->
|
||||
<!-- Version: 9.2.0-alpha.2 -->
|
||||
<!-- Version: 9.2.0-alpha.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -110,30 +110,35 @@
|
||||
chain-of-trust.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Public Key</th>
|
||||
<th>Fingerprint</th>
|
||||
<th>Validity Start</th>
|
||||
<th>Validity End</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>#3</td>
|
||||
<td><code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHSJTj7ksjVys/nBy3H6Tn+AwJlzLG9RUAtNOBPAaEtj</code></td>
|
||||
<td><code>256 SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo</code></td>
|
||||
<td>2025-06-23</td>
|
||||
<td>Present</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>#2</td>
|
||||
<td><code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ7xGvfyArrAwOAzjnkPIWYmLzX4JAxjrqpzkDBMycQS</code></td>
|
||||
<td><code>SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y</code></td>
|
||||
<td>2024-04-01</td>
|
||||
<td>2025-06-23</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>#1</td>
|
||||
<td><code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHPGnrIg7dI7GUqA+lTztJSrn+7QyRceajqs4iaU8UG</code></td>
|
||||
<td><code>SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc</code></td>
|
||||
<td>2023-07-27</td>
|
||||
<td>2024-04-01</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>#0</td>
|
||||
<td><code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8</code></td>
|
||||
<td><code>SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M</code></td>
|
||||
<td>2023-01-01</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user