Answer the question
In order to leave comments, you need to log in
How to install .cer certificate authority in Ubuntu Linux?
Good afternoon
There is a certificate .cer
-----BEGIN CERTIFICATE-----
XUZ123.........
-----END CERTIFICATE-----
Answer the question
In order to leave comments, you need to log in
Mmmm... make it trusted root? If so, then:
- copy to /etc/ssl/certs (or wherever openssl wants - looks in the openssl build parameters)
- create a link to this file with a specific name, which is formed like this:
ln -s filename.cer `openssl x509 -hash -noout -in filename.cer`.0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question