【spring boot】配置ssl证书实现https

【前言】这里介绍在spring boot中配置真正的ssl证书,而不是本身随便玩玩的那种证书。 nginx 【申请证书】以COMODO申请证书为例:spring 首先在服务上用openssl生成公钥和私钥 openssl req -new -key myPrivateKey.key -out server.csrspringboot myPrivateKey.key本身保存,server.csr提
相关文章
相关标签/搜索