Web does not have built-in support for certificate management at this time.
You can add certificates through the command line if you have p11-kit installed. To add a certificate, you need to download the certificate and run the following command to import it:
$ sudo trust anchor /home/user/Downloads/certificate.crt
This will only work on recent systems.
Got a comment? Spotted an error? Found the instructions unclear? Send feedback about this page.