diff --git a/.cspell.json b/.cspell.json index 4bf8690..9503517 100644 --- a/.cspell.json +++ b/.cspell.json @@ -109,7 +109,9 @@ "mstruebing", "davidanson", "pipelinecomponents", - "corepack" + "corepack", + "letsencrypt.org", + "accounturi" ], "ignorePaths": [ "**/node_modules/**/*", diff --git a/content/codeberg-pages/using-custom-domain.md b/content/codeberg-pages/using-custom-domain.md index f25b8a8..f9dd089 100644 --- a/content/codeberg-pages/using-custom-domain.md +++ b/content/codeberg-pages/using-custom-domain.md @@ -10,7 +10,8 @@ Instead of using the `codeberg.page` domain, you can also purchase your own doma {% admonition "warning" "Known pitfalls for failed certificate errors" %} -- 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/). +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/). +The value of the CAA record would look like `letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/292520050;validationmethods=tls-alpn-01,http-01`. {% endadmonition %}