40.2. Configure Spring app (#40)

This commit is contained in:
Art
2021-09-27 17:56:07 +03:00
parent 459e996af4
commit f34002cbdb

View File

@ -113,4 +113,19 @@ server:
port: 5000
logging:
level:
net.shyshkin: debug
net.shyshkin: debug
#####
#
# HTTPS configuration
#
#####
server.ssl:
enabled: true # Enable HTTPS support (only accept HTTPS requests)
key-alias: securedPortal # Alias that identifies the key in the key store
key-store: classpath:securedPortal-keystore.p12 # Keystore location
key-store-password: secret # Keystore password
key-store-type: PKCS12 # Keystore format