Changes between Version 37 and Version 38 of TipAndDoc/misc
- Timestamp:
- Apr 9, 2012 3:14:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/misc
v37 v38 261 261 * http://www.atdot.net/~ko1/diary/200601.html#d7 262 262 * 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 > }}}