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:
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user