证书自行在域名处选择pfx下载

springboot配置如下 就可以了 测试可以用
server:
ssl:
key-store: classpath:cert/xxxx.pfx
key-store-type: PKCS12
key-store-password: xxxxxx #写你的密码

springboot配置https
阅读 95
2022-01-30
证书自行在域名处选择pfx下载

springboot配置如下 就可以了 测试可以用
server:
ssl:
key-store: classpath:cert/xxxx.pfx
key-store-type: PKCS12
key-store-password: xxxxxx #写你的密码

相关推荐
精彩评论(0)