Changes between Version 14 and Version 15 of TipAndDoc/Linux
- Timestamp:
- Jan 1, 2013 2:14:46 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/Linux
v14 v15 396 396 * service ssh start 397 397 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 > }}}