Changes between Version 8 and Version 9 of jazz/apache2ssl


Ignore:
Timestamp:
Jul 16, 2008, 7:05:00 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/apache2ssl

    v8 v9  
     1= Enable Trac with SSL encryption =
     2 
     3== 前言 ==
     4
     5 * 先前中心內部系統沒有採 SSL 加密,被大家說有資安問題,再苛責資訊組同仁的同時,我們的 Trac 也還是維持 HTTP 明碼登入登出。因此基於要罵別人之前先把自己做好的基本原則,即日起我們組的 Trac 全面改用 HTTPS 加密連線,以免大家慣用的密碼被竊聽。
     6
     7== 作法 ==
     8
    19 * 首先需要安裝 ssl-cert 與 openssl 套件,然後用 '''a2enmod''' (apache2 enable module) 把 Apache2 的 SSL 模組啟用
    210 * 接著用 '''make-ssl-cert''' 指令產生給 Apache2 使用的憑證,剩下就是改 Apache2 的設定了。
     
    4957--- /etc/apache2/ports.conf.bak 2008-07-16 17:30:09.000000000 +0800
    5058+++ /etc/apache2/ports.conf     2008-07-16 17:38:17.000000000 +0800
    51 @@ -1 +1,3 @@
    52 +
    53  Listen 80
     59-Listen 80
    5460+Listen 443
    5561}}}
     
    5864 * http://linuxnews.idv.tw/?p=35
    5965 * http://wiki.debian.org.hk/w/Generate_SSL_cert
     66 * http://wiki.ubuntu.org.cn/index.php?title=UbuntuHelp:Forum/server/apache2/SSL&variant=zh-tw
     67 * http://dwsnote.blogspot.com/2008/06/ubuntu-704-server-apache-2-ssl.html