NGINX: Install an SSL certificate
ต้องการข้ามขั้นตอนด้วยตนเองเหล่านี้หรือไม่ โซลูชัน SSL ของเราจะรักษาความปลอดภัยให้กับเว็บไซต์ของคุณเปลี่ยนเส้นทางไปยัง HTTPS และแก้ไขปัญหาด้านความปลอดภัยให้คุณโดยอัตโนมัติ ปกป้องเว็บไซต์ของคุณทันที!
After your certificate request is approved, you can download your SSL and intermediate certificates from the SSL application. For more information see Downloading Your SSL Certificate. These files must be installed on your Web server. You can also download the intermediate certificate bundle from the repository.
- คัดลอกไฟล์ใบรับรอง SSL และไฟล์ชุดใบรับรองของคุณไปยังเซิร์ฟเวอร์ Nginx
- คุณควรมีคีย์ไฟล์อยู่บนเซิร์ฟเวอร์พร้อมแล้ว ซึ่งได้มาจากตอนที่คุณสร้างการขอใบรับรอง
- Edit your NGINX configuration to reference these files. The exact configuration file you edit depends on your version of NGINX, your OS platform, or the method used to install Nginx.
ข้อมูลเพิ่มเติม
- ทดสอบการกำหนดค่า SSL ของคุณ
- For more info, see the NGINX docs on SSL certificate chains.