Removed any mention /usr

It was suggested to install new certificates in `/usr` and this contradicts what the FHS 3 suggests.
This commit is contained in:
Renich Bon Ciric 2022-03-22 17:14:21 +00:00 committed by bcotton
parent 6c4c4ac81d
commit 99111b8c3a

View file

@ -1,11 +1,11 @@
[id='proc_adding-new-certificates']
= Adding New Certificates
To add a certificate in the simple PEM or DER file formats to the list of CAs trusted on the system, copy the certificate file to the `/usr/share/pki/ca-trust-source/anchors/` or `/etc/pki/ca-trust/source/anchors/` directory, for example:
To add a certificate in the simple PEM or DER file formats to the list of CAs trusted on the system, copy the certificate file to the `/etc/pki/ca-trust/source/anchors/` directory, for example:
[subs="+quotes,macros"]
----
# cp _~/certificate-trust-examples/Cert-trust-test-ca.pem_ _/usr/share/pki/ca-trust-source/anchors/_
# cp _~/certificate-trust-examples/Cert-trust-test-ca.pem_ _/etc/pki/ca-trust/source/anchors/_
----
To update the system-wide trust store configuration, use the [command]`update-ca-trust` command: