Created on 05-24-2024 07:33 AM Edited on 05-24-2024 08:06 AM By Stephen_G
Description | This article describes steps to install a root certificate on Linux, which solves cases where the persistent agent may fail to communicate with FortiNAC when the root issuer is untrusted. |
Scope | FortiNAC 8.X 9.X, 7.X. |
Solution |
Install the root certificate to the trust store.
Download the certificate from visiting the portal page or request that someone that already has it provide a copy. It will be put on the Linux host. In this example, the Desktop and root.cer are used.
sudo openssl x509 -inform der -outform pem -in root.cer -out supportlab.crt
Example DER certificate which will not work:
Example of a suitable PEM certificate after conversion:
sudo cp supportlab.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates
sudo service bndaemon restart
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.