Changes between Version 14 and Version 15 of TipAndDoc/Linux


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Linux

    v14 v15  
    396396  * service ssh start 
    397397 
     398 = add cert on Linux = 
     399 * [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] 
     400 * [http://slashdot.jp/~iida/journal/525867 Debian用Chrome 9にオレオレ証明書を信頼させるには | iidaの日記 | スラッシュドット・ジャパン] 
     401 > {{{ 
     402 > sudo apt-get install libnss3-tools 
     403 > certutil -d sql:$HOME/.pki/nssdb -A -t C,, -n 'Visual Communication Root CA1 Test' -i vcrootca1.crt 
     404 > }}}