Import CA CERTYFICATE

Hello Community !
Im new in Linux. ParrotOS looks at the begining GREAT, but i have met some problems First -> How to import CA Certificate ? is there any “Global Root Certificates” as its in Windows ?
Thx for understanding and help :wink:

Add:

  1. Copy your CA to dir /usr/local/share/ca-certificates/

  2. Use command: sudo cp foo.crt /usr/local/share/ca-certificates/foo.crt

  3. Update the CA store: sudo update-ca-certificates

Remove

  1. Remove your CA.

  2. Update the CA store: sudo update-ca-certificates --fresh

NOTE

Restart Kerio Connect to reload the certificates in the 32-bit versions or Debian 7.

Hopefully It will help you
We are very much Happy to have you in our Community. Please feel free to ask and contribute. :blush:

Thx for answer These commands helped. Additionally i forgot to say that my cert is PEM file, so i had to convert it to crt. So im great full for ur help. ^^