sslsd-logo

How To Move SSL Certificate From Apache to Cerberus FTP

How To Move SSL Certificate From Apache to Cerberus FTPCerberus FTP  is a unique server system that uses pem files similar to Apache. As far as Apache “Type” systems go, this one is impressively easy to work with.

Both Apache and Cerberus use x509 pem/crt certificate files for its configurations. You will follow these steps to copy, move and import your files from Apache to Cerberus FTP system.

Apache systems are very customizable. The directory location and naming of the individual files needed vary depending on your personalized system. Below are generalized instructions. You will have to apply these examples to your own environment. 

We will start by assuming that you have already successfully installed the SSL certificate on one Apache web server.How To Move SSL Certificate From Apache to Cerberus FTP

Step 1: Finding your SSL Certificate and key file on Apache:

  1. Referencing the httpd.conf or ssl.conf  file on the Apache system look for the location and directories of the three files necessary on the Apache system that has the installed SSL certificate. “Remember your naming’s of these files and their directories MAY/WILL differ”
    • SSLCertificateFile /usr/local/ssl/crt/public.crt
      SSLCertificateFile tells Apache how to find the the SSL certificate file.
    • SSLCertificateKeyFile /usr/local/ssl/private/private.key
      SSLCertificateKeyFile tells Apache how to find the private key file.
      Note: Some admins may associate a password with the private key. You will need to know this for the installation on the Cerberus FTP system. 
    • SSLCertificateChainFile /usr/local/ssl/crt/intermediate.crt
      SSLCertificateChainFile or SSLCACertificateFile tells Apache the location of the Intermediate file.
      apache

  2. Copy these three files and back them up on a removable media USB drive or an alternate drive directory that can be accessed by the Cerberus FTP system you are moving to.

Step 2: Installing your SSL Certificate into Cerberus FTP:

  1. Log into your Cerberus FTP Server console.
  2. In the Cerberus FTP Server console, click on the Summary tab.
  3. In the top – menu click Configure.
    How To Move SSL Certificate From Apache to Cerberus FTP
  4. In the Server Manager window, in the sidebar menu, click Security.
  5. On the Security page, under Security check Enable SSL/TLS.
  6. Next under Server Key Pair  perform the following:
  7. Certificate: Specify and open to the location/path of the SSL Certificate file that you created.
  8. Private Key: Specify and open to the location/path of the Private Key file that you moved from your apache system.
    • If a password is associated with your private key check Needs Key Password, and specify that password in the field provided.
  9. CA File: Specify and open to the location/path of the Intermediate CA Certificate file that you created.
  10. Click Verify to check that you correctly configured the SSL Certificate.
  11. If everything is OK click Save.
    How To Move SSL Certificate From Apache to Cerberus FTP

Congrats you have just installed your SSL Certificate request for your Cerberus FTP Server system.

If you are unable to use these instructions for your server, Acmetek recommends that you contact either the vendor of your software or the organization that supports it.

Cerberus FTP Support

For more information refer to Cerberus FTP

Recent Posts

S/MIME for Outlook O365 Windows

Add to Favorites S/MIME Advantages of S/MIME Certificates S/MIME (Secure/Multipurpose Internet Mail Extensions) certificates offer several advantages when it comes to securing email communications. Here

Read More »

Abbreviations

Add to Favorites There are literally thousands of IT abbreviations out there. Many are concerned with the technical aspects of the computer, while others deal

Read More »

SSL Installation on Qmail

Add to Favorites SSL Installation on Qmail Qmail is a secure, reliable, efficient, simple message transfer agent. It is designed for typical Internet-connected UNIX hosts.

Read More »