diff options
-rw-r--r-- | misc/dbc-api.jks | bin | 3570 -> 3740 bytes | |||
-rw-r--r-- | misc/dmaapbc.properties.tmpl | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/dbc-api.jks b/misc/dbc-api.jks Binary files differindex 8c0f61a..1ae9c3f 100644 --- a/misc/dbc-api.jks +++ b/misc/dbc-api.jks diff --git a/misc/dmaapbc.properties.tmpl b/misc/dmaapbc.properties.tmpl index d2e879a..23237a6 100644 --- a/misc/dmaapbc.properties.tmpl +++ b/misc/dmaapbc.properties.tmpl @@ -21,7 +21,7 @@ IntHttpPort: ${DMAAPBC_INT_HTTP_PORT:-8080} # The port number for https as seen within the server # Set to 0 if no certificate is available yet... # -IntHttpsPort: ${DMAAPBC_INT_HTTPS_PORT:-0} +IntHttpsPort: ${DMAAPBC_INT_HTTPS_PORT:-8443} # # The external port number for https taking port mapping into account # @@ -37,11 +37,11 @@ KeyStoreFile: ${DMAAPBC_KSTOREFILE:-etc/keystore} # # The password for the https keystore # -KeyStorePassword: ${DMAAPBC_KSTOREPASS:-changeit} +KeyStorePassword: ${DMAAPBC_KSTOREPASS:-Demolition Artist Floating} # # The password for the private key in the https keystore # -KeyPassword: ${DMAAPBC_PVTKEYPASS:-changeit} +KeyPassword: ${DMAAPBC_PVTKEYPASS:-Demolition Artist Floating} # # The type of truststore for https # |