X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/afc6bc2f7f753549fb4746e93a602363797c8acc..5aca71ddf425d4e5fd68512ef02d417cfc96d8a1:/enabling_client_certificate_auth_in_chrome.html diff --git a/enabling_client_certificate_auth_in_chrome.html b/enabling_client_certificate_auth_in_chrome.html index 34b9243..c4ca4cf 100644 --- a/enabling_client_certificate_auth_in_chrome.html +++ b/enabling_client_certificate_auth_in_chrome.html @@ -1,13 +1,11 @@

So, you want to run Chrome (or Chromium), but you're annoyed by the lack of client certificate authentication on Linux. Turns out, this is relatively easy -to solve, there's just no UI for it as of yet. (As of 11/13/2009.) (Note: I'm doing this running the daily build from the chromium-daily ppa on Launchpad - you can add deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main to your +to solve, there's just no UI for it as of yet. (As of 11/13/2009.) (Note: I'm doing this running the daily build from the chromium-daily ppa on Launchpad - 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 if you want to run this. It may work on the official Google build as well, I'm not sure.)

You want to use the instructions at -Google's page on LinuxCertManagement to install the MIT -CA (click "Get the MIT CA" here -to download it). You may also want the CSAIL CA (specifically, the Master CA). If you're +Google's page on LinuxCertManagement to install the MIT CA. You may also want the CSAIL CA (specifically, the Master CA). If you're running Debian or Ubuntu, the short version of that LinuxCertManagement page is to install libnss3-tools, then run "certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n -i " for both the MIT CA