Ihar Hancharenka c50436910f m
2023-06-26 18:05:29 +03:00

13 строки
264 B
Plaintext

server:
port: 8443
ssl:
key-store: ./certs/server-cert.pkcs12
key-store-type: pkcs12
key-store-password: <pwd>
keyAlias: 1
2023
https://spring.io/blog/2023/06/07/securing-spring-boot-applications-with-ssl
2021
https://habr.com/ru/post/593507/