Exchange 2016新功能介紹,包含Exchange 2016伺服器架構優點及角色架構圖的說明...等。
SSL憑證CRT格式如何匯入Exchange Server
1. SSL憑證申請完成後,開啟憑證資料夾。
2. 安裝openssl 程式後,依上述圖片將Exchange-MailWeb.crt及Exchange-MailWeb.key兩個檔案,複製到安裝路徑下的bin資料夾。

3. 使用管理者身分開啟命令提示字元command line,切換到openssl安裝路徑下的bin 資料夾,預設為 C:\Program Files (x86)\GnuWin32\bin
4. 輸入 openssl pkcs12 -export -out Exchange-MailWeb.pfx -inkey Exchange-MailWeb.key -in Exchange-MailWeb.crt ,過程中會輸入兩次pfx匯入密碼。
**Exchange-MailWeb.pfx、Exchange-MailWeb.key、Exchange-MailWeb.crt 這三個檔案依實際環境檔名會不同

5. 完成後,會產生一個Exchange-MailWeb.pfx的檔案

Exchange SSL憑證pfx格式匯入
1. 開啟exchange管理命令介面
2. 輸入 Import-ExchangeCertificate -FileData ([System.IO.File]::ReadAllBytes('C:\Exchange-MailWeb.pfx')) -Password (ConvertTo-SecureString -String 'password' -AsPlainText -Force)
**C:\Exchange-MailWeb.pfx -- pfx憑證存放路徑;'password' 輸入匯入密碼


4. 點選【服務】,設定憑證要指派給那些Exchange服務使用,例如 SMTP、IIS。

-
SHARE
-
TAG