From e8dfb598d16eb0ef15ee70ca7bca1888a009f4da Mon Sep 17 00:00:00 2001 From: Mirek Jahoda Date: Thu, 21 Dec 2017 17:01:33 +0530 Subject: [PATCH] Update proc_adding-new-certificates.adoc --- en-US/modules/proc_adding-new-certificates.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en-US/modules/proc_adding-new-certificates.adoc b/en-US/modules/proc_adding-new-certificates.adoc index b3b2533..71848cb 100644 --- a/en-US/modules/proc_adding-new-certificates.adoc +++ b/en-US/modules/proc_adding-new-certificates.adoc @@ -12,7 +12,7 @@ To add a certificate in the simple PEM or DER file formats to the list of CAs tr # cp pass:quotes[_~/certificate-trust-examples/Cert-trust-test-ca.pem_] pass:quotes[_/usr/share/pki/ca-trust-source/anchors/_] ---- -To update system-wide trust store configuration, use the [command]`update-ca-trust` command: +To update the system-wide trust store configuration, use the [command]`update-ca-trust` command: ---- # update-ca-trust @@ -21,7 +21,7 @@ To update system-wide trust store configuration, use the [command]`update-ca-tru [NOTE] ==== -While the Firefox browser is able to use an added certificate without executing [command]`update-ca-trust`, it is recommended to run [command]`update-ca-trust` after a CA change. Also note that browsers, such as Firefox, Epiphany, or Chromium, cache files, and you might need to clear browser's cache or restart your browser to load current system certificates configuration. +While the Firefox browser is able to use an added certificate without executing [command]`update-ca-trust`, it is recommended to run [command]`update-ca-trust` after a CA change. Also note that browsers, such as Firefox, Epiphany, or Chromium, cache files, and you might need to clear the browser's cache or restart your browser to load the current system certificates configuration. ====