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:

    Procedure
  1. Copy com.tibco.amxce.appconfig.config.yaml from amsgce-runtime-<version>/samples/applicationConfigurator/ssl to amsgce-runtime-<version>/applicationConfigurator/application/.

  2. To use custom certificate, copy the keystore file to amsgce-runtime-<version>/applicationConfigurator/application/certs.
  3. In the com.tibco.amxce.appconfig.config.yaml file, update the following parameters:
    • keyStorePassword
    • keyAlias
    • keyPassword
  4. Build the Application Configurator Docker image. For instructions, see Building Application Configurator Docker Image.
  5. Run the Application Configurator container. For instructions, see Running Application Configurator in Docker.