workouttest_server/src/main/resources/application.ssl.properties

20 lines
682 B
Properties

http.port=8088
server.port=8443
server.ssl.enabled=true
jasypt.encryptor.bean=jasyptStringEncryptor
# The format used for the keystore. It could be set to JKS in case it is a JKS file
server.ssl.key-store-type=PKCS12
# The path to the keystore containing the certificate
server.ssl.key-store=classpath:keystore/aitrainer_server.p12
# The password used to generate the certificate
server.ssl.key-store-password=ENC(aI6iP8wGJ9dwIA+hKabwK/VDXe4NOrhl)
# The alias mapped to the certificate
server.ssl.key-alias=aitrainer_server
#trust store location
trust.store=classpath:keystore/aitrainer_server.p12
#trust store password
trust.store.password=ENC(aI6iP8wGJ9dwIA+hKabwK/VDXe4NOrhl)