From 91e9fa3082cbea860d638961c3c3fbd44fe2fdca Mon Sep 17 00:00:00 2001 From: George Jay Tucker Date: Tue, 14 Dec 2010 15:33:16 -0500 Subject: [PATCH] --- doc/enabling_client_certificate_auth_in_chrome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/enabling_client_certificate_auth_in_chrome.html b/doc/enabling_client_certificate_auth_in_chrome.html index 7c5e8e4..f0161cd 100644 --- a/doc/enabling_client_certificate_auth_in_chrome.html +++ b/doc/enabling_client_certificate_auth_in_chrome.html @@ -6,7 +6,7 @@

On Linux, however, Mozilla Firefox uses a private certificate store instead of the system NSS one. There is no system interface for adding certificates, and Chromium has not implemented certificate manager on Linux yet. You may star Chromium bug #19991 to be informed of progress. In the meantime, you may use the NSS command-line tools to manage your certificates. If you're running Ubuntu or Debian, install the package libnss3-tools. To trust the MIT CA for SSL, download the file and run

-
certutil -d. sql:$HOME/.pki/nssdb -A -t "C,," -n "MIT CA" -i path/to/mitca.crt
+
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n "MIT CA" -i path/to/mitca.crt

For more information, visit Google's page on Linux certificate management and Mozilla's documentation on certutil.

-- 2.45.0