mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Fix directory locations for distrusted certificates
The directory has been renamed from .../blacklist to .../blocklist in all supported Fedora releases. Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
322b9557da
commit
43f7068c07
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ Certificate files are treated depending on the subdirectory they are installed t
|
|||
** `/usr/share/pki/ca-trust-source/anchors/` or
|
||||
** `/etc/pki/ca-trust/source/anchors/`
|
||||
* for distrusted certificates
|
||||
** `/usr/share/pki/ca-trust-source/blacklist/` or
|
||||
** `/etc/pki/ca-trust/source/blacklist/`
|
||||
** `/usr/share/pki/ca-trust-source/blocklist/` or
|
||||
** `/etc/pki/ca-trust/source/blocklist/`
|
||||
* for certificates in the extended BEGIN TRUSTED file format
|
||||
** `/usr/share/pki/ca-trust-source/` or
|
||||
** `/etc/pki/ca-trust/source/`
|
||||
|
|
Loading…
Reference in a new issue