44.2 Jasypt initialization Refactoring (#44)

This commit is contained in:
Art
2021-09-30 14:32:52 +03:00
parent 006a032831
commit 61fb3fba13
2 changed files with 6 additions and 18 deletions

View File

@ -129,7 +129,7 @@ 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-password: ENC(WNuqkduFC9d7bjWwv+KqKA==) # Keystore password
key-store-type: PKCS12 # Keystore format
---