Technical Tip: How to create certificate needed to communicate with OCI connector
| Description | The article explains how to create a certificate which will be uploaded to FortiWeb OCI configuration to communicate with OCI. |
| Scope | FortiWeb. |
| Solution |
 
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 :
Note: This is only valid for Public OCI Cloud, and not Government OCI Cloud.
|



