Setting up DNS for your webroot
Currently, webroots can only be stored on toxtricity
. This makes things relatively simple — you can either :
- Set a
CNAME
record for either :toxtricity.doamatto.xyz.
to point directly totoxtricity
eur.doamatto.xyz.
to point totoxtricity
and any future shared webroots based in Europe
- Set an
A
andAAAA
record for167.235.131.220
and2a01:4f8:1c1b:9f00::1
, respectively.
Some people may utilise CAA
records to ensure only trusted certificate authorities can issue TLS certificates. By default, all webroots use Buypass AS for TLS certificates. You can add the following records to trust certificates issued by Buypass AS :
caa-example.birb.fr. CAA 0 issue "buypass.no"
caa-example.birb.fr. CAA 0 issuewild "buypass.no"
caa-example.birb.fr. CAA 0 iodef "mailto:caa@birb.fr"
If you switch certificate authorities, you can find the necessary records to trust via the SSLMate/caa_helper
project.