workouttest_server/src/main/resources/application.ssl.properties
2022-10-02 15:13:36 +02:00

20 lines
699 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/workouttest/workouttest_org.p12
# The password used to generate the certificate
server.ssl.key-store-password=ENC(RscFQkhL3C0g88JIy9Ltju8jzg1+0PiS)
# The alias mapped to the certificate
server.ssl.key-alias=workouttest
#trust store location
trust.store=classpath:keystore/workouttest/workouttest_org.p12
#trust store password
trust.store.password=ENC(RscFQkhL3C0g88JIy9Ltju8jzg1+0PiS)