...
Code Block | ||||
---|---|---|---|---|
| ||||
# play.server.https.keyStore.path - The path to the keystore containing the private key and certificate, if not provided generates a keystore for you in the conf dir play.server.https.keyStore.path = /opt/local/icx/syndeia-cloud-current/conf/keystore/host.domain.tld_CA-name.jks # play.server.https.keyStore.type - The key store type, defaults to JKS play.server.https.keyStore.type = jks # play.server.https.keyStore.password - The password, defaults to a blank password if omitted play.server.https.keyStore.password = "<keystorePW>" # TLS/SSL port to run on play.server.https.port = 9443 # HTTP port to run on, or set to "disabled" if you want to force TLS/SSL play.server.http.port = disabled # Set the following additional security settings if running on production jdk.tls.ephemeralDHKeySize=2048 jdk.tls.rejectClientInitiatedRenegotiation=true |
...
Code Block | ||||
---|---|---|---|---|
| ||||
# play.server.https.keyStore.path - The path to the keystore containing the private key and certificate, if not provided generates a keystore for you in the conf dir play.server.https.keyStore.path = /opt/local/icx/syndeia-cloud-current/conf/keystore/host.domain.tld_CA-name.jks # play.server.https.keyStore.type - The key store type, defaults to JKS play.server.https.keyStore.type = jks # play.server.https.keyStore.password - The password, defaults to a blank password if omitted play.server.https.keyStore.password = "keystorePW" # TLS/SSL port to run on play.server.https.port = 9443 # HTTP port to run on, or set to "disabled" if you want to force TLS/SSL play.server.http.port = disabled # Set the following additional security settings if running on production jdk.tls.ephemeralDHKeySize=2048 jdk.tls.rejectClientInitiatedRenegotiation=true |
...