dir = /root/CALook for basicConstraints and change to TRUE:
[ policy_match ]
countryName = optional
stateOrProvinceName = optional
organizationName = optional
organizationalUnitName = optional
commonName = supplied
emailAddress = optional
basicConstraints=CA:TRUECreate the following folders:
cd /rootThe certificates can now be created:
mkdir CA
chmod 700 CA
cd CA
mkdir certs private newcerts
echo 1000 > serial
touch index.txt
openssl req -new -x509 -days 3650 -keyout private/cakey.pem \ -out cacert.pem -config /etc/ssl/openssl.cnfcacert.pem is the public key and should be imported into the FortiGate and the user browser.
openssl ca -out test.cer -infiles /root/Downloads/ test.csr4. Import the signed certificate (test.cer) into the FortiGate as “local certificate”.
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 2023 Fortinet, Inc. All Rights Reserved.