FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
Andy_G
Staff
Staff
Article Id 193123
Description
This article provides you with the steps that you can follow to generate a Certificate Signing Request (.csr and .key files) using a CyOPs™ terminal.
Solution

Steps to execute the command to generate the Certificate Signing Request

  1. Login to your CyOPs™ terminal.
  2. Type sudo su
  3. Run the following command:
    openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr
    You will be prompted to enter information that will be incorporated into your certificate request.
    Note: Ensure that you enter the exact hostname of your CyOPs™ instance when you are prompted for input in the Common Name (eg, your name or your server's hostname) [] parameter. Also ensure that you do not enter anything when you are prompted for input in the A challenge password[] parameter.
    Following is a sample screenshot of this command:
    Once the command executes successfully, the ".csr" and the ".key" files will be generated in the current directory:

Contributors