SSL2BUY Wiki
News, Information and Resources about SSL Certificates
Comodo
Sectigo
AlphaSSL
RapidSSL
GeoTrust
Thawte
GlobalSign
DigiCert
Symantec
Authorized Reseller

Create CSR for FileZilla Server Using OpenSSL

filezillaFileZilla server is a cross-platform FTP and FTPS client that is easy to use and available in different languages. To transfer in a secure manner, SSL certificate is needed on FileZilla server. However, CSR generation is a basic requirement to install SSL and in this article, we will discuss how to create CSR in FileZilla server using OpenSSL.

  1. Login to FileZilla server using SSH terminal.
  2. To replace server name with default server name, use following command:
    openssl req –new –newkey rsa:2048 –nodes –keyout server.key –out server.csr
  3. Now, you will have two files private key files and CSR (certificate signing request).
  4. You will be asked to provide Common Name where you have to add FQDN (e.g. – example.com). If it is a wildcard SSL then the common name will be *.mydomain.com.
  5. Provide organization information to create OpenSSL.csr file.
    Information Description
    Common Name: A URL means FQDN that you want to secure. (e.g. – www.example.com)
    Organization: The legal name of your organization includes any suffixes. (e.g. – Company Inc.)
    Organization Unit: The name of department of your organization. (e.g. – HR, IT, etc.)
    City/Location: The city in which organization is located. (e.g. – New York City)
    State/Province: The state in which organization is located. (e.g. – New York)
    Country: Country location of your organization. (e.g. – US)
  6. After generating OpenSSL.csr file, use the text editor to open it.
  7. Copy the content of a file including BEGIN and END tags and paste the content into SSL certificate order form.
  8. Now, save the generated .key file to be used in SSL certificate installation.

Once certificate authority will confirm your SSL request, they will send the certificate via email. Now you need to install SSL on your FileZilla Server.

About the Author

Apurva Barve

Apurva holds a master’s in Computer Science and has spent over 6 years immersing in SaaS Customer Services with a focus on SSL technologies. With a natural ability to understand customer needs, she has thrived in highly competitive markets, showcasing her adaptability and prowess in the ever-evolving SSL industry. When not decoding tech jargon, you'll find her sipping on coffee and enjoying the digital landscape.