From adf276bea67d1a6792d11bbbd278bf4f649ffd40 Mon Sep 17 00:00:00 2001 From: Gusted Date: Sat, 23 Mar 2024 22:15:22 +0100 Subject: [PATCH] pages: Correct statement about CAA record - Resolves https://codeberg.org/Codeberg/Documentation/issues/413 --- content/codeberg-pages/using-custom-domain.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/codeberg-pages/using-custom-domain.md b/content/codeberg-pages/using-custom-domain.md index f58f709..968fd29 100644 --- a/content/codeberg-pages/using-custom-domain.md +++ b/content/codeberg-pages/using-custom-domain.md @@ -10,8 +10,7 @@ Instead of using the `codeberg.page` domain, you can also purchase your own doma {% admonition "warning" "Known pitfalls for failed certificate errors" %} -- You do not have a [CAA record](https://en.wikipedia.org/wiki/DNS_Certification_Authority_Authorization#Record) -- You need to [explicitly allow Let's Encrypt in your CAA record](https://letsencrypt.org/docs/caa/). +- If you have a [CAA record](https://en.wikipedia.org/wiki/DNS_Certification_Authority_Authorization#Record) configured, you must [explicitly allow Let's Encrypt in your CAA record](https://letsencrypt.org/docs/caa/). {% endadmonition %}