Switch from hyphen-formatted list to HTML ordered list.
This commit is contained in:
parent
9ef8c5a8b4
commit
ed1f257bc4
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022-2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||
|
||||
<!-- Version: 3.1.0.12 -->
|
||||
<!-- Version: 3.2.0.13 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -123,22 +123,21 @@
|
||||
<p>In order to have a root of trust, I have posted my keys to my website, which is protected by
|
||||
multiple layers of security:<br>
|
||||
<br>
|
||||
0. I have provided identification to my domain name registrar, to ensure I can access the website I
|
||||
<ol>
|
||||
<li>I have provided identification to my domain name registrar, to ensure I can access the website I
|
||||
rightfully own, should it be compromised, by providing identification to the domain name
|
||||
registrar.<br>
|
||||
<br>
|
||||
1. I have provided identification to my virtual private server host, to ensure I can access the
|
||||
registrar.</li>
|
||||
<li>I have provided identification to my virtual private server host, to ensure I can access the
|
||||
virtual private servers I rightfully rent, should they be compromised, by providing identification
|
||||
to the virtual private server host.<br>
|
||||
<br>
|
||||
2. I have pinned my website to a globally trusted certificate authority, Let's Encrypt, which is a
|
||||
to the virtual private server host.</li>
|
||||
<li>I have pinned my website to a globally trusted certificate authority, Let's Encrypt, which is a
|
||||
trusted party to manage TLS certificates and ensure ownership of the domain when connecting to
|
||||
it.<br>
|
||||
it.</li>
|
||||
<li>I have enabled DNSSEC on my domain, so it is extremely difficult to spoof my domain to make you
|
||||
believe you're connecting to it when you're actually connecting to someone else's.</li>
|
||||
</ol>
|
||||
<br>
|
||||
3. I have enabled DNSSEC on my domain, so it is extremely difficult to spoof my domain to make you
|
||||
believe you're connecting to it when you're actually connecting to someone else's.<br>
|
||||
<br>
|
||||
While not the most secure implementation of a root of trust, it is the most secure implementation
|
||||
<p>While not the most secure implementation of a root of trust, it is the most secure implementation
|
||||
currently available to me. While the domain name registrar or virtual private server host could
|
||||
tamper with my domain and data, they are the most trustworthy parties available. In its current
|
||||
form, decentralisation would make this impossible to implement in any form.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user