From fbd23ef022761205e4eb7942d5d996ff721a8e3a Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Tue, 7 Oct 2025 18:11:29 -0700 Subject: [PATCH] chore: update the text below CNAME config errors The old text either did not include anything about CAA records or it wasn't clear enough that an "issue" policy for certainly.com is needed. --- src/lib/components/domains/cnameAlert.svelte | 19 +++++++++++++++++ src/lib/components/domains/cnameTable.svelte | 21 +++---------------- src/lib/components/domains/recordTable.svelte | 19 +++-------------- .../domains/recordsCard.svelte | 12 ++--------- 4 files changed, 27 insertions(+), 44 deletions(-) create mode 100644 src/lib/components/domains/cnameAlert.svelte diff --git a/src/lib/components/domains/cnameAlert.svelte b/src/lib/components/domains/cnameAlert.svelte new file mode 100644 index 0000000000..723016b755 --- /dev/null +++ b/src/lib/components/domains/cnameAlert.svelte @@ -0,0 +1,19 @@ + + + +

+ If your domain uses CAA records, ensure there is an policy for - otherwise, SSL setup may fail. +

+
+

+ A list of all domain providers and their DNS setting is available here. +

+
diff --git a/src/lib/components/domains/cnameTable.svelte b/src/lib/components/domains/cnameTable.svelte index b198524da2..417c4a79f9 100644 --- a/src/lib/components/domains/cnameTable.svelte +++ b/src/lib/components/domains/cnameTable.svelte @@ -1,15 +1,7 @@ @@ -48,13 +46,7 @@ - - - A list of all domain providers and their DNS setting is available here. - +