Clarify DNS records

This commit is contained in:
inference 2024-01-13 08:06:43 +00:00
parent 49984fde9e
commit 89f9a1f706
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 7.0.0-alpha.8 -->
<!-- Version: 7.0.0-alpha.9 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -222,10 +222,10 @@
<a href="https://datatracker.ietf.org/doc.html/rfc8446#section-9.1">IETF RFC8446 section 9.1</a>)</li>
<li>DNSSEC implemented to provide a root-of-trust for encryption
and authentication for domain and server configuration</li>
<li>Certificate Authority Authorization (CAA) enabled to prevent
all certificate authorities other than Let's Encrypt from
issuing TLS certificates for my domains</li>
<li>Secure Shell fingerprint records (SSHFP) enabled to provide
<li>Certificate Authority Authorization (CAA) records enabled to
prevent all certificate authorities other than Let's Encrypt
from issuing TLS certificates for my domains</li>
<li>Secure Shell fingerprint (SSHFP) records enabled to provide
a DNS-based root-of-trust for SSH connections to my domains</li>
<li>Referrer headers disabled to prevent knowing where a user
was redirected from</li>