Don.Robertson
10/20/2023, 11:13 PMktor {
development = true
deployment {
host = localhost
port = 8080
port = ${?PORT}
sslPort = 8443
sslPort = ${?SSL_PORT}
shutdown.url = "/shutdown"
}
security {
ssl {
keyStore = ssl/keystore.jks
and so on with the appropriate key aliases and passwords. Any suggestions?Chrimaeon
10/21/2023, 8:48 AMresources
Don.Robertson
10/21/2023, 5:20 PMChrimaeon
10/23/2023, 6:23 AM