API 1.0.56 SSL domain extension to workouttest.org

This commit is contained in:
Tibor Bossanyi (Freelancer)
2022-10-02 15:13:36 +02:00
parent 435ee0537c
commit 8e7e8ab4e1
20 changed files with 438 additions and 41 deletions
@@ -6,14 +6,14 @@ 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
server.ssl.key-store=classpath:keystore/workouttest/workouttest_org.p12
# The password used to generate the certificate
server.ssl.key-store-password=ENC(aI6iP8wGJ9dwIA+hKabwK/VDXe4NOrhl)
server.ssl.key-store-password=ENC(RscFQkhL3C0g88JIy9Ltju8jzg1+0PiS)
# The alias mapped to the certificate
server.ssl.key-alias=aitrainer_server
server.ssl.key-alias=workouttest
#trust store location
trust.store=classpath:keystore/aitrainer_server.p12
trust.store=classpath:keystore/workouttest/workouttest_org.p12
#trust store password
trust.store.password=ENC(aI6iP8wGJ9dwIA+hKabwK/VDXe4NOrhl)
trust.store.password=ENC(RscFQkhL3C0g88JIy9Ltju8jzg1+0PiS)