ibmint set admin-ssl command

Use the ibmint set admin-ssl command to set the admin 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 admin-ssl command to enable or disable the admin SSL settings for your installation of IBM App Connect Enterprise. You can also use the command to generate a new SSL private key certificate pair that is used by all nodes and servers that are configured for auto admin SSL

Syntax

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

Parameters

action action
This parameter enables or disables the admin SSL settings for your installation of IBM App Connect Enterprise. Valid values are enabled and disabled.
--regenerate-certificate
Generates a new SSL private key certificate pair that is used by all nodes or servers that are configured for auto admin SSL.
--trace filePath
Send verbose internal trace to the specified file.
--help

Use this parameter to display help information about the command.

Examples

Enable the admin SSL settings for your installation of IBM App Connect Enterprise:
ibmint set admin-ssl enabled
  
Disable the admin SSL settings for your installation of IBM App Connect Enterprise:
ibmint set admin-ssl disabled 
Generate a new SSL private key certificate pair that is used by all nodes or servers that are configured for auto admin SSL:
ibmint set admin-ssl --regenerate-certificate