springboot的内置tomcat配置https

上文中,我们介绍了如何为tomcat配置https——为tomcat配置https,其中我们已经介绍了如何申请SSL证书。这里使用的SSL证书,可以直接使用。
1.将https证书文件(.pfx文件),放在resources目录下
springboot的内置tomcat配置https_第1张图片

#为端口配置https协议
server.ssl.key-store=classpath:2118544_www.hfuu.top.pfx
server.ssl.key-store-password=ukz4uNy2
server.ssl.keyStoreType=PKCS12

你可能感兴趣的:(springboot)