How to enable SSL on IIS 7

บทนำ (Overview)

ขั้นตอนการเปิดใช้ SSL บน IIS เวอร์ชัน 7

ขั้นตอน (Steps)

  1. ติดตั้ง IIS (How to enable IIS 7 on Windows Server 2008 or Window Server 2008 R2)
  2. เปิด IIS manager   Start-> All Programs -> Administrative Tools -> IIS manager.
  3. เลือก. Node ของ Server ดังรูป
  4. เลือก Server Certificates ด้านขวา 
  5. คลิก Create Self-Signed Certificate… ทางด้านขวาในกรอบ  Actions pane.
  6. ใส่ชื่อ Friendly name อะไรก็ได้ จากนั้นคลิก OK
  7. จะได้ผลลัพธ์ดังรูป
  8. เลือก Default Web site ดังรูป
  9. ทางด้านขวาคลิก Bindings… ใน Actions pane. 
  10. คลิก Add…
  11. เลือก https และ เลือก Certificate ที่เราสร้างเข้ามา 
  12. จะมี  https โผล่ขึ้นมา
  13. คลิกที่ Browser ด้านขวาที่เป็น 443 หรือเข้าที่
    https://localhost/
    

อ้างอิง (References)

https://docs.microsoft.com/en-us/iis/manage/configuring-security/how-to-set-up-ssl-on-iis#create-an-ssl-binding-1

 

ใส่ความเห็น