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.
FortiKoala
Staff
Staff
Article Id 226702

 

Description This article describes how to reset the local certificate if it has expired and preventing playbooks from running e.g. Alerts -> Execute -> [PLAYBOOK].
Scope FortiSOAR 6.2 Playbooks.
Solution

In the FortiSOAR command line, run the following commands under the root user:

 

      sudo su root

openssl x509 -in /etc/pki/ca-trust/source/anchors/cs.loc.root.crt -text -noout 

 

curl -s  https://raw.githubusercontent.com/ftnt-cse/FSR/master/fsr_ca_cert_update.sh| bash /dev/stdin 

 

Get the hostname by running:

 

hostname 

 

Run the following command to generate the certificates for the hostname:

 

csadm certs --generate <hostname>

 

Reboot the FortiSOAR:

 

reboot