证书

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

可惜,这种方法在基于 Debian 的系统上无效,例如 Ubuntu。