說明:
安裝前注意事項:
1. 安裝全程請以 root 進行安裝。
2. 防火牆須開通 TCP 80, 443, 8080, 8081, 8085。
3. 須安裝套件 libstdc++.i686 及 fontconfig。
a. 到 https://www.withsecure.com/en/support/download
下載 WithSecure Policy Manager Server (Linux) RPM files 並放置待安裝的主機裡。
※ 檔案名稱會是 wspms-xx.xx.xxxxx-1.x86_64.rpm,其中 ”xx.xx.xxxxx” 代表版本。
b. 安裝套件:
b-1. 輸入指令: yum install libstdc++.i686
b-2. 輸入指令: yum install fontconfig
c. 安裝 WithSecure Policy Manager Server
c-1. 對 wspms-xx.xx.xxxxx-1.x86_64.rpm 檔案執行以下指令:
rpm -i wspms-xx.xx.xxxxx-1.x86_64.rpm
d. 安裝後的設定:
d-1. 輸入指令: ./opt/f-secure/fspms/bin/fspms-config
d-2. 設定Host interface HTTP port (建議值 80)
d-3. 設定Host interface HTTPS port (建議值 443)
d-4. 設定Administrator interface port (建議值 8080)
d-5. 設定Restrict access to administrator interface to local machine only (建議值 no)
d-6. 設定Enable Web Reporting (建議值 yes)
d-7. 設定Web Reporting port (建議值 8081)
d-8. 設定管理者密碼 (帳號預設:admin)
※ d-2. ~ d-7. 項目,若使用預設值,可直接按 Enter 跳過。
e. 輸入指令: ./etc/init.d/fspms status,確認服務狀態。
</