Nosiu.pl Certificates

Internal CA - How to import

  1. Switch user to root: sudo su
  2. Update the Cert Store with: trust anchor --store myCA.crt
  3. 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:

  1. Copy the certificate to the /etc/ca-certificates/trust-source/anchors/ directory: sudo cp ca.pem /etc/ca-certificates/trust-source/anchors/
  2. Update the Cert Store with: sudo update-ca-trust