Article 4RMJZ Add Internal CA to System Store

Add Internal CA to System Store

by
lioh
from LinuxQuestions.org on (#4RMJZ)
Hi all,

I am trying to add our internal CA to the system store of my Slackware -current box in order to use e.g. programs like curl without complaining about missing Certs.

For this I have copied the CA cert to /etc/ssl/certs and created a symlink like:

ln -s my-ca.crt \
`openssl x509 -noout -hash -in my-ca.crt`.0

Afterwards I run update-ca-certificates --fresh and hoped that the CA cert would have been added. But:

openssl crl2pkcs7 -nocrl -certfile ca-certificates.crt | openssl pkcs7 -print_certs -text -noout

does not contain my-ca Cert. Am I missing a step or is this the wrong approach to add an internal CA to the system certificate store?

Greetings

Liohlatest?d=yIl2AUoC8zA latest?i=kESzmhw7OIw:nej4mgvPlc4:F7zBnMy latest?i=kESzmhw7OIw:nej4mgvPlc4:V_sGLiP latest?d=qj6IDK7rITs latest?i=kESzmhw7OIw:nej4mgvPlc4:gIN9vFwkESzmhw7OIw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments