Added server-side additional code to support HTTPS protocol with self-signed cert

This commit is contained in:
Zhongheng Liu 2024-02-18 16:37:12 +02:00
commit db4308dd29
No known key found for this signature in database
4 changed files with 25 additions and 1 deletions

View file

@ -13,3 +13,11 @@ spring.jpa.show-sql: true
# validate for semi-production
# none for serious prod scenarios
spring.jpa.hibernate.ddl-auto=update
server.ssl.key-store-type=PKCS12
server.ssl.key-store=classpath:key/cert.p12
server.ssl.key-store-password=epqchat
server.ssl.enabled=true
trust.store=classpath:key/cert.p12
trust.store.password=epqchat

Binary file not shown.