diff --git a/content/codeberg-pages/using-custom-domain.md b/content/codeberg-pages/using-custom-domain.md index 0560078..4082677 100644 --- a/content/codeberg-pages/using-custom-domain.md +++ b/content/codeberg-pages/using-custom-domain.md @@ -30,6 +30,8 @@ This means you need to add two extra CAA records. The first record has a value of `letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/292520050;validationmethods=tls-alpn-01,http-01`. The second record has a value of `letsencrypt.org;accounturi=https://acme-staging-v02.api.letsencrypt.org/acme/acct/272029763;validationmethods=tls-alpn-01,http-01`. +This won’t work for providers like Namecheap that restrict CAA records. For Namecheap, one CAA with value of `letsencrypt.org` should be sufficient. + {% endadmonition %} {% admonition "info" "Notice" %} @@ -167,6 +169,7 @@ If you were relying on the old server's multi-domain redirection implementation, **If you deploy from a webhook,** set a TXT record on the `_git-pages-repository` subdomain of your domain with the HTTPS Git clone URL for your repository. +Here are examples:
| _git-pages-repository.www.example.org | TXT | -https://codeberg.org/username/repository.git | +https://codeberg.org/username/repository.git (might be different from the toplevel domain) | +
| _git-pages-repository.sub.example.org | +TXT | +https://codeberg.org/username/another-repository.git (another subdomain for another project, might be different from the toplevel domain) |