зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 06:06:08 +02:00
13 строки
264 B
Plaintext
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/
|