Changes between Version 8 and Version 9 of jazz/apache2ssl
- Timestamp:
- Jul 16, 2008, 7:05:00 PM (16 years ago)
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 1 9 * 首先需要安裝 ssl-cert 與 openssl 套件,然後用 '''a2enmod''' (apache2 enable module) 把 Apache2 的 SSL 模組啟用 2 10 * 接著用 '''make-ssl-cert''' 指令產生給 Apache2 使用的憑證,剩下就是改 Apache2 的設定了。 … … 49 57 --- /etc/apache2/ports.conf.bak 2008-07-16 17:30:09.000000000 +0800 50 58 +++ /etc/apache2/ports.conf 2008-07-16 17:38:17.000000000 +0800 51 @@ -1 +1,3 @@ 52 + 53 Listen 80 59 -Listen 80 54 60 +Listen 443 55 61 }}} … … 58 64 * http://linuxnews.idv.tw/?p=35 59 65 * 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