Nosiu.pl Certificates
Internal CA - How to import
- Switch user to root:
sudo su - Update the Cert Store with:
trust anchor --store myCA.crt
The certificate will be written to /etc/ca-certificates/trust-source/myCA.p11-kit and the "legacy" directories automatically updated.
Troubleshooting
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:sudo cp ca.pem /etc/ca-certificates/trust-source/anchors/ - Update the Cert Store with:
sudo update-ca-trust