Я нашел несколько способов записать в файлах свойств. < /p>
server.ssl.key-store-type=PKCS12
server.ssl.key-store=
server.ssl.key-store-password=
< /code>
server.ssl.certificate=
server.ssl.certificate-private-key=
< /code>
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
< /code>
The contents are different, but the results are the same.
I'd like to read a document on the first method, does anyone know
Подробнее здесь: https://stackoverflow.com/questions/794 ... properties