Add CAA record value (#486)

Resolves #469

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/486
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
Gusted 2024-11-27 02:49:34 +00:00 committed by Gusted
parent b61cfcf233
commit 87c587f7bc
2 changed files with 5 additions and 2 deletions

View file

@ -109,7 +109,9 @@
"mstruebing",
"davidanson",
"pipelinecomponents",
"corepack"
"corepack",
"letsencrypt.org",
"accounturi"
],
"ignorePaths": [
"**/node_modules/**/*",

View file

@ -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 %}