network CA cert
|
31st Dec, 2019, 03:40 AM
Post: #2
|
|||
|
|||
RE: network CA cert
Why not:
Terminal xbian@avr ~ $ man update-ca-certificates [..] DESCRIPTION This manual page documents briefly the update-ca-certificates command. update-ca-certificates is a program that updates the directory /etc/ssl/certs to hold SSL certificates and generates ca-certifi‐ cates.crt, a concatenated single-file list of certificates. It reads the file /etc/ca-certificates.conf. Each line gives a pathname of a CA certificate under /usr/share/ca-certificates that should be trusted. Lines that begin with "#" are comment lines and thus ignored. Lines that begin with "!" are dese‐ lected, causing the deactivation of the CA certificate in ques‐ tion. Certificates must have a .crt extension in order to be included by update-ca-certificates. Furthermore all certificates with a .crt extension found below /usr/local/share/ca-certificates are also included as implicitly trusted. [..] Drop the CA cert in below folder: Code: /usr/local/share/ca-certificates/ And run below to apply: Code: sudo update-ca-certificates There are only 10 types of people in the world: those who understand binary, and those who don't |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
network CA cert - gkusiak - 24th Dec, 2019, 12:42 AM
RE: network CA cert - deHakkelaar - 31st Dec, 2019 03:40 AM
RE: network CA cert - gkusiak - 1st Jan, 2020, 02:00 AM
|