Fortinet white logo
Fortinet white logo
7.2.0

Import Self-Signed Certificates

Import Self-Signed Certificates

  1. Export certificate from FortiNAC to use for other browsers.

    Note: Exporting the certificate may not be possible with Internet Explorer

    Export using FireFox:

    To export certificate to use for other browsers:

    a. Browse to https://<appliance name>:8443

    The message "Your connection is not secure" displays.

    b. Click the padlock or "i" next to the URL

    c. Click the > next to the host name

    d. Click More Information

    e Under the Details tab click the Export button.

    f. Save as PEM.

    Export using FortiNAC CLI:

    a. Login to the FortiNAC Server or Control Server as root.

    b. Export the certificate to a file. Type

    echo -n | openssl s_client -connect <appliance name>:8443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > server.cert

    Example:

    echo -n | openssl s_client -connect qa6-74.Fortinetnetworks.com:8443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > server.cert
    depth=0 CN = qa6-74.Fortinetnetworks.com
    verify error:num=18:self signed certificate
    verify return:1
    depth=0 CN = qa6-74.Fortinetnetworks.com
    verify return:1
    DONE

    c. Download certificate file from FortiNAC. This can be done in various ways:

    FortiNAC CLI:

    • Upload file to a FTP server

      ftp <destination ip or name>

    • Use SCP and copy to another endstation

      scp server.cert root@<destination IP address or hostname>:/<path>

      WinSCP or similar program: Specify SCP for transfer protocol

  2. Import the certificate to the browser.

    FireFox:

    a. Browse to https://<appliance name>:8443

    The message "Your connection is not secure" displays.

    b. Click Advanced

    c. Click Add Exception

    d. Click Confirm Security Exception

    e. Close the browser completely and reopen. The URL should now display as secure.

    Internet Explorer (IE):

    a. Browse to https://<appliance name>:8443

    b. Under start menu, in search bar type certmgr.msc.

    c. Navigate to folder Trusted Root Certification Authorities\Certificates.

    d. Click Action > All Tasks > Import

    e. Browse and select the filename of the certificate.

    f. Click Open

    g. Click Next

    h. Ensure Place all certificates in Certificate store Trusted Root Certification Authorities is selected

    i. Click Next

    j. Click Finish

    k. When prompted to install certificate, click Yes

    "The import was successful" should display.

    Close the browser completely and reopen. The URL should now display as secure.

Import Self-Signed Certificates

Import Self-Signed Certificates

  1. Export certificate from FortiNAC to use for other browsers.

    Note: Exporting the certificate may not be possible with Internet Explorer

    Export using FireFox:

    To export certificate to use for other browsers:

    a. Browse to https://<appliance name>:8443

    The message "Your connection is not secure" displays.

    b. Click the padlock or "i" next to the URL

    c. Click the > next to the host name

    d. Click More Information

    e Under the Details tab click the Export button.

    f. Save as PEM.

    Export using FortiNAC CLI:

    a. Login to the FortiNAC Server or Control Server as root.

    b. Export the certificate to a file. Type

    echo -n | openssl s_client -connect <appliance name>:8443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > server.cert

    Example:

    echo -n | openssl s_client -connect qa6-74.Fortinetnetworks.com:8443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > server.cert
    depth=0 CN = qa6-74.Fortinetnetworks.com
    verify error:num=18:self signed certificate
    verify return:1
    depth=0 CN = qa6-74.Fortinetnetworks.com
    verify return:1
    DONE

    c. Download certificate file from FortiNAC. This can be done in various ways:

    FortiNAC CLI:

    • Upload file to a FTP server

      ftp <destination ip or name>

    • Use SCP and copy to another endstation

      scp server.cert root@<destination IP address or hostname>:/<path>

      WinSCP or similar program: Specify SCP for transfer protocol

  2. Import the certificate to the browser.

    FireFox:

    a. Browse to https://<appliance name>:8443

    The message "Your connection is not secure" displays.

    b. Click Advanced

    c. Click Add Exception

    d. Click Confirm Security Exception

    e. Close the browser completely and reopen. The URL should now display as secure.

    Internet Explorer (IE):

    a. Browse to https://<appliance name>:8443

    b. Under start menu, in search bar type certmgr.msc.

    c. Navigate to folder Trusted Root Certification Authorities\Certificates.

    d. Click Action > All Tasks > Import

    e. Browse and select the filename of the certificate.

    f. Click Open

    g. Click Next

    h. Ensure Place all certificates in Certificate store Trusted Root Certification Authorities is selected

    i. Click Next

    j. Click Finish

    k. When prompted to install certificate, click Yes

    "The import was successful" should display.

    Close the browser completely and reopen. The URL should now display as secure.