如何部署SSL证书,使域名支持HTTPS

目录

  • 前言
  • 一、SSL证书安装指南
  • 二、在服务器上安装证书
    • 1.在Apache服务器上安装SSL证书
    • 2.Tomcat服务器安装SSL证书
      • 安装PFX格式证书
      • 安装JKS格式证书
    • 3.在Nginx(或Tengine)服务器上安装证书
    • 3.在IIS服务器上安装SSL证书
    • 4.在GlassFish服务器上安装SSL证书
    • 5.在JBoss服务器上安装SSL证书
    • 6.在Jetty服务器上安装SSL证书
    • 6.Ubuntu系统Apache 2部署SSL证书
    • 7.CentOS系统Tomcat 8.5或9部署SSL证书


前言

通过SSL证书服务购买并签发证书后,您可以通过SSL证书控制台将已签发的证书下载到本地,并根据需要将证书安装到要使用证书的环境。本文整理了阿里云的提供的部署方案

一、SSL证书安装指南

前提是已通过SSL证书服务购买并签发证书
安装指南概述:
https://help.aliyun.com/document_detail/109827.html?spm=a2c4g.11186623.6.623.5c7360e0Wl2PFx

二、在服务器上安装证书

1.在Apache服务器上安装SSL证书

安装方式:

https://help.aliyun.com/document_detail/98727.html?spm=a2c4g.11186623.6.625.4fb160e0xNzcPg


2.Tomcat服务器安装SSL证书

安装PFX格式证书

安装方式:
https://help.aliyun.com/document_detail/98576.html?spm=a2c4g.11186623.6.627.28937ba1xXeuF4

安装JKS格式证书

>安装方式:
https://help.aliyun.com/document_detail/98908.html?spm=a2c4g.11186623.6.628.4bc33936Gn9G6e


3.在Nginx(或Tengine)服务器上安装证书

安装方式:
https://help.aliyun.com/document_detail/98728.html?spm=a2c4g.11186623.6.629.2afd33c4wYhCV4


3.在IIS服务器上安装SSL证书

安装方式:
https://help.aliyun.com/document_detail/98729.html?spm=a2c4g.11186623.6.630.7fcb2b27xCgvdQ


4.在GlassFish服务器上安装SSL证书

安装方式:
https://help.aliyun.com/document_detail/99244.html?spm=a2c4g.11186623.6.631.15c444aeBS8T5h


5.在JBoss服务器上安装SSL证书

安装方式:
https://help.aliyun.com/document_detail/63635.html?spm=a2c4g.11186623.6.632.2db9623dSmMrvx


6.在Jetty服务器上安装SSL证书

安装方式:
https://help.aliyun.com/document_detail/63624.html?spm=a2c4g.11186623.6.633.50ba140eT5AyVdx


6.Ubuntu系统Apache 2部署SSL证书

安装方式:
https://help.aliyun.com/document_detail/102450.html?spm=a2c4g.11186623.6.634.496b4410JTlQCd


7.CentOS系统Tomcat 8.5或9部署SSL证书

安装方式:
https://help.aliyun.com/document_detail/102939.html?spm=a2c4g.11186623.6.635.38517516Ilv94C


你可能感兴趣的:(工具,SSL证书安装,HTTPS安装,https部署,ssl部署,.net,https)