Skip to main content
FortiKoala
Staff
Staff
October 14, 2022

Technical Tip: FortiSOAR 6.2 Playbook not executing for alerts (reset certificates)

  • October 14, 2022
  • 0 replies
  • 827 views

 

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