X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/9d669253e39aa57d76aed37c1e90e336555e8a91..c1e253a7da5f9a62012e48eca7619a38b08261f0:/doc/enabling_client_certificate_auth_in_chrome.html diff --git a/doc/enabling_client_certificate_auth_in_chrome.html b/doc/enabling_client_certificate_auth_in_chrome.html index c043778..8ba32ec 100644 --- a/doc/enabling_client_certificate_auth_in_chrome.html +++ b/doc/enabling_client_certificate_auth_in_chrome.html @@ -6,7 +6,7 @@ As far as I know, this only works with the daily build from the chromium-daily p if you're running Debian or Ubuntu, you can add "deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main" to your /etc/apt/sources.list and then apt-get update

-

Installing Certificates

+

Installing Certificates

The simplest thing to do is go to the usual web interface and follow the instructions to install certs normally. You may also want the CSAIL CA (specifically, the Master CA). If this works, you should be able to skip to telling chrome touse certtificate by default @@ -21,7 +21,7 @@ to install libnss3-tools, then run "certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n -i " for both the MIT CA and (if you want it) the CSAIL CA.

-

Using Certificates

+

Using Certificates

Here's the last key to the puzzle: Chrome on Linux currently lacks a UI for selecting a certificate, so run it with the --auto-ssl-client-auth flag.

To do this by default in Gnome, you want to edit both Preferred Applications and the Main Menu entry this way links you click on outside of Chrome open this way. (Gnome Do and similar pull their data from Main Menu, among other places.)