archlinux 添加抓包证书
-
Run
trust anchor --store myCA.crt
as root. (The certificate will be written to /etc/ca-certificates/trust-source/myCA.p11-kit and the "legacy" directories automatically updated) -
If you get "no configured writable location" or a similar error, import the CA manually:Copy the certificate to the /etc/ca-certificates/trust-source/anchors directory.
-
Run
update-ca-trust
as root.
#上面的意思简单的讲就是 myCA.crt 证书名
trust anchor --store myCA.crt && update-ca-trust