ibmint set httpsconnector-ssl command

Use the ibmint set httpsconnector-ssl command to set the HTTPSConnector SSL settings for your installation of IBM® App Connect Enterprise.

Supported platforms

  • Windows
  • Linux®
  • Linux on POWER®
  • Linux on Z
  • AIX®
  • IBM z/OS® Container Extensions (zCX)

Purpose

You can use the ibmint set httpsconnector-ssl command to configure the machine-wide setting for HTTPSConnector automatic SSL configuration for all nodes or servers that do not override the default configuration. You can force secured HTTPS on all HTTP and SOAP input nodes and REST APIs that are deployed. You can also use the command to generate a new SSL private key certificate pair that is used by the automatic configuration of the HTTPSConnector.

Syntax

Read syntax diagramSkip visual syntax diagramibmint set httpsconnector-ssl --action enabled / disabled / force  --regenerate-certificate --tracefilePath --help 

Parameters

action enabled/ disabled/force
This parameter enables or disables the HTTPSConnector SSL settings for your installation of IBM App Connect Enterprise. Valid values are:
  • enabled Enables the automatic configuration of the HTTPSConnector for all nodes or servers that do not override the default configuration. This setting is the default after installation.
  • disabled Disables the automatic configuration of the HTTPSConnector for all nodes or servers that do not override the default configuration.
  • force Enables the automatic configuration of the HTTPSConnector for all nodes or servers that do not override the default configuration and forces secured HTTPS on all HTTP or SOAP input nodes and REST APIs that are deployed.
.
--regenerate-certificate
Generates a new SSL private key certificate pair, which is used by the automatic configuration of the HTTPSConnector.
--trace filePath
Send verbose internal trace to the specified file.
--help

Use this parameter to display help information about the command.

Examples

Enable the automatic configuration of the HTTPSConnector for all nodes or servers that do not override the default configuration:
ibmint set httpsconnector-ssl enabled
  
Disable the automatic configuration of the HTTPSConnector for all nodes or servers that do not override the default configuration:
ibmint set httpsconnector-ssl disabled 
Enable the automatic configuration of the HTTPSConnector for all nodes or servers that do not override the default configuration and force secured HTTPS on all HTTP and SOAP input nodes and REST APIs that are deployed:
ibmint set httpsconnector-ssl force 
Generate a new SSL private key certificate pair, which is used by the automatic configuration of the HTTPSConnector:
ibmint set httpsconnector-ssl --regenerate-certificate