Running Application Configurator with SSL Enabled
In the YAML file, you can enable SSL on the HTTP port that is used by the Application Configurator. Here are some resources required during the procedure:
-
Sample YAML file:
amsgce-runtime-<version>/samples/applicationConfigurator/ssl/com.tibco.amxce.appconfig.config.yaml -
Certificates for default SSL configuration stored in the keystore:
appconfig.ssl.keystore.jceks
You can find this keystore atamsgce-runtime-<version>/applicationConfigurator/application/certs.
- Procedure
-
Copy
com.tibco.amxce.appconfig.config.yamlfromamsgce-runtime-<version>/samples/applicationConfigurator/ssltoamsgce-runtime-<version>/applicationConfigurator/application/. - To use custom certificate, copy the keystore file to
amsgce-runtime-<version>/applicationConfigurator/application/certs. - In the
com.tibco.amxce.appconfig.config.yamlfile, update the following parameters:keyStorePassword-
keyAlias keyPassword
- Build the Application Configurator Docker image. For instructions, see Building Application Configurator Docker Image.
- Run the Application Configurator container. For instructions, see Running Application Configurator in Docker.