E
E
Evgeniy Rybalko2020-07-06 15:35:51
linux
Evgeniy Rybalko, 2020-07-06 15:35:51

How to install .cer certificate authority in Ubuntu Linux?

Good afternoon
There is a certificate .cer

-----BEGIN CERTIFICATE-----
XUZ123.........
-----END CERTIFICATE-----


How to set it as a certificate authority?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
CityCat4, 2020-07-06
@whereeaglesdare

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

If a file with the same name already exists, create a file .1, .2, and so on.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question