FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
sramanujam
Staff
Staff
Article Id 421997
Description This article provides how to enable embedded Secure Message Exchange (SME) in FortiSOAR using the Command Line Interface (CLI). It includes commands for enabling SME, configuring mTLS, and updating event listener certificates to ensure secure communication.
Scope FortiSOAR v7.6.x.
Solution

Step 1Run the following command to enable the secure message exchange. Use the '--no-interaction' option with the command to avoid any confirmation prompts.

 

# csadm secure-message-exchange enable

 

Step 2: Enable mTLS for enhanced security.

 

# csadm mq mtls enable

 

Step 3: Update exchange event listener certificates.

 

# csadm secure-message-exchange update-exchange-event-listener-certs

Contributors