Technical Tip: How to Enable Embedded Secure Message Exchange (SME) in FortiSOAR via CLI
| 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 1: Run 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 |