mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
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:
parent
6c4c4ac81d
commit
99111b8c3a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue