springboot配置ssl证书

2020-12-13 06:26

阅读:284

标签:绑定   xxx   云上   code   文件拷贝   tomcat   serve   注册   ret   

springboot默认使用的是tomcat:

1、先到阿里云上注册一个证书,绑定域名;后面可以在管理中下载证书,下载tomcat对应的证书(一个*.pfx文件和*.txt文件)

2、将pfx文件拷贝到项目资源目录(src/main/resources/)下;

3、进行配置:

server:
  ssl:
    key-store: classpath: xxx.pfx(下载的tomcat证书文件)
    key-store-password: xxx(txt文件中的内容)
    keyStoreType: PKCS12

然后使用https://你绑定的域名:端口,在浏览器上就有一个小锁.

springboot配置ssl证书

标签:绑定   xxx   云上   code   文件拷贝   tomcat   serve   注册   ret   

原文地址:https://www.cnblogs.com/TheoryDance/p/11180023.html

上一篇:006-UIWindow

下一篇:【HDOJ】2487 Ugly Windows


评论


亲,登录后才可以留言!