FortiWeb
A FortiWeb can be configured to join a Security Fabric through the root or downstream FortiGate.
faical
Staff
Staff
Article Id 373610
Description The article explains how to create a certificate which will be uploaded to FortiWeb OCI configuration to communicate with OCI.
Scope FortiWeb.
Solution
  1. Login OCI and select the account :

 

2.png

  1. Scroll down the page and find API keys, click Add API key

 

1.png

 

  1. Select Generate API key pair, download the private key and public key, rename the extension of the private key file from pem to key, and select 'Add' to add the key pair
  2. Copy the private key to a Linux system and run the following command to generate the certificate:

 

openssl req -new -key private.key -out oci-connector.csr

openssl x509 -req -in oci-connector.csr -out oci-connector.crt -signkey private.key -days 3650

 

Related document :

Overview

 

Note:

This is only valid for Public OCI Cloud, and not Government OCI Cloud.

 

  1. Upload the certificate in System -> Admin -> Certificates -> Admin Cert Local and apply it on the OCI Connector as follows:

 

3.png

 

Contributors