頒發成功以后我們在頒發的證書里找到剛才頒發的證書,雙擊其屬性欄目然后在詳細信息里選擇將證書復制到文件。 screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
我們需要把證書導出到一個文件,這里我們把證書導出到c: sql.cer這個文件里。
重新回到IIS的WEB管理界面里重新選擇證書申請,這個時候出來的界面就是掛起的證書請求了。
screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
選擇我們導處的sql.cer這個文件。
screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
確定一切信息正確以后,就可以點擊下一步確定來完成SSL的安裝了。
screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
默認安裝結束后,SSL并沒有啟動我們需要自己給我們的站點SSL的加密通道,并且確定HTTPS使用的端口是443 。
screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
第一次通過HTTPS進入站點的時候,會有一個對話框讓我們確認是否同意當前證書,當然是同意啦~ screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
好了,這個時候我們看這個網站的時候所有信息在網上就是以加密的方式來傳送的了,任何人都無法再輕易了解其中的內容了。
下面給各位看看加密前后加密后的兩幅IRIS的監聽結果:
加密前: screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>
加密后: screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0 resized="true">
加密過的SSL會比普通的沒有加密的WEB瀏覽的時候慢一點,主要是因為加密的隧道額外還要占用一點CPU的資源,對于那些沒有任何秘密可言的WEB站點沒有需要用加密的SSL通道。只要對于那些重要的目錄和站點才有這個必要性。