40.2. Configure Spring app (#40)
This commit is contained in:
@ -113,4 +113,19 @@ server:
|
|||||||
port: 5000
|
port: 5000
|
||||||
logging:
|
logging:
|
||||||
level:
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user