Ihar Hancharenka 5b48a7704c m
2023-11-07 16:30:45 +03:00

14 строки
334 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/11/07/ssl-hot-reload-in-spring-boot-3-2-0
https://spring.io/blog/2023/06/07/securing-spring-boot-applications-with-ssl
2021
https://habr.com/ru/post/593507/