]> sipb.mit.edu Git - wiki.git/blobdiff - doc/enabling_client_certificate_auth_in_chrome.html
I hate CPAN, but I seem to understand it.
[wiki.git] / doc / enabling_client_certificate_auth_in_chrome.html
index 4a00a42069c0e5b138f5fb25fbca6b23c67ff38f..4bf6bef6f2d386f30921d4d1a82364c9426083cb 100644 (file)
@@ -3,13 +3,13 @@
 Turns out, this is relatively easy to solve, there's just no GUI for it as of yet.  (As of 12/3/2009.) 
 As far as I know, this only works with the daily build from the chromium-daily ppa on Launchpad.
 <small>It might work on the official chrome build, if it works, please tell us.</small>
-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 
+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. 
 </p>
-<h3><a name="getting_certs">Installing Certificates</a></h3>
+<h3 id="getting_certs">Installing Certificates</h3>
 <p> The simplest thing to do is go to the <a href="https://ca.mit.edu/ca/">usual web interface</a> and follow the instructions to install certs normally. 
 You may also want the <a href="http://ca.csail.mit.edu/cacert">CSAIL CA</a> (specifically, the Master CA).
-If this works, you should be able to skip to the second part <a href="#using_certs">
+If this works, you should be able to skip to telling chrome to<a href="#using_certs">use certtificate by default</a>
 
 Failing that, the next easiest way to install a client cert in the nss database is simply to install it on Firefox;
 At that point, it should be in the list of certificates you get when you run "certutil -d sql:$HOME/.pki/nssdb -L".
@@ -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.</p>
 <!--what do you pass as argumets exactly? -->
 
-<h3><a name="using_certs">Using Certificates</a></h3>
+<h3 id="using_certs">Using Certificates</h3>
 <p>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.<p>
 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.)