diff options
author | dglFromAtt <dgl@research.att.com> | 2018-05-09 17:50:57 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-05-09 17:51:57 -0400 |
commit | f49334aa88af380de13bb22608c3468a7c6fe649 (patch) | |
tree | d4cd0a87f9aec698754884cc32ccb7941797ba43 | |
parent | 5d2ddd5785198d8957af093c6269ca2529bd9f55 (diff) |
Replace SSL certificate
Change-Id: I2284d9a0143061de7abbc26d0817d6b95dd0ebb4
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-485
-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 # |