Add HTTPS configuration for production profile

- SSL enabled on port 8443 using self-signed keystore.
- application-prod.yml configured for TLS.
This commit is contained in:
K
2025-07-03 02:26:56 +05:30
parent 91e0d50c0a
commit a9e7d23c3c
+9
View File
@@ -0,0 +1,9 @@
server:
port: 8443
ssl:
enabled: true
key-store: classpath:keystore.p12
key-store-password: changeit
key-store-type: PKCS12
key-alias: tomcat