Server side
1.要求憑證 (exchange command line)
New-ExchangeCertificate -GenerateRequest -subjectname "dc=tw,dc=com,dc=mmik,o=Mmik Solutions,cn=mail.mmik.com.tw" -domainname "mail.mmik.com.tw" -PrivateKeyExportable $true -path c:\a.txt
2.取得cert檔案
把c:\a.txt的內容貼到CA server的網頁去要求憑證 http://127.0.0.1/certsrv
3.import cert
Import-ExchangeCertificate -Path c:\certificates\filename.cer -friendlyname "Contoso CAS01"
4.check 是否成功
get-exchangecertificate | fl
1 則留言:
http://technet.microsoft.com/zh-tw/library/bb310781.aspx
張貼留言