最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - spring boot 3 ssl properties - Stack Overflow

programmeradmin3浏览0评论

I found several ways to write in properties files.

server.ssl.key-store-type=PKCS12
server.ssl.key-store=
server.ssl.key-store-password=
server.ssl.certificate=
server.ssl.certificate-private-key=

And I've also read the official document.

spring.ssl.bundle.jks.mybundle.truststore.location=classpath:server.p12
spring.ssl.bundle.jks.mybundle.truststore.password=secret

The contents are different, but the results are the same.

I'd like to read a document on the first method, does anyone know

发布评论

评论列表(0)

  1. 暂无评论