Changes between Version 38 and Version 39 of TipAndDoc/misc


Ignore:
Timestamp:
Jan 1, 2013 2:14:53 AM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/misc

    v38 v39  
    261261 * http://www.atdot.net/~ko1/diary/200601.html#d7 
    262262 * http://www.atdot.net/~ko1/diary/200601.html#d8 
    263  
    264  = add cert on Linux = 
    265  * [http://code.google.com/p/chromium/wiki/LinuxCertManagement LinuxCertManagement - chromium - Configuring SSL certificates on Linux. - An open-source browser project to help move the web forward. - Google Project Hosting] 
    266  * [http://slashdot.jp/~iida/journal/525867 Debian用Chrome 9にオレオレ証明書を信頼させるには | iidaの日記 | スラッシュドット・ジャパン] 
    267  > {{{ 
    268  > sudo apt-get install libnss3-tools 
    269  > certutil -d sql:$HOME/.pki/nssdb -A -t C,, -n 'Visual Communication Root CA1 Test' -i vcrootca1.crt 
    270  > }}}