How Can We Help?

FileZilla: CSR creation with OpenSSL

You are here:

FileZilla: CSR creation with OpenSSL

Vom Benutzer hinzugefügtes Bild

Verwenden Sie diese Anweisungen, um eigene Shell-Befehle zum Generieren Ihrer FileZilla-CSR zu erstellen.

 

How to generate a CSR for FileZilla with OpenSSL

If you want, you can create your own shell commands to generate your FileZilla CSR.

  1. Use your terminal (ssh) to log in to your FileZilla server.
  2. At the command prompt, enter the following command, making sure to replace the server with the name of your server:
    openssl req –new –newkey rsa: 2048 –nodes –keyout server.key –out server.csr
  3. This starts the process of generating two files:
    • The private key file for decrypting your SSL certificate.
    • A CSR file (Certificate Signing Request) with which you can apply for your SSL certificate.
  4. When prompted for the common name (domain name), enter the fully qualified domain name (FQDN) for the site you are backing up. Note: If you have a FileZilla Generate CSR for a Secorio Wildcard certificate, your common name should begin with an asterisk (e.g. * .example.com ).
  5. Wenn Sie dazu aufgefordert werden, geben Sie Ihre Organisationsinformationen beginnend mit Ihren geografischen Informationen ein.Please note:     Möglicherweise sind bereits Standardinformationen festgelegt.Dadurch wird Ihre OpenSSL- CSR- Datei erstellt.
  6. Open the CSR- file with a text editor.
  7. Copy the content, including the BEGIN and END tags, and paste them into the order form for Secorio certificates.
  8. Save the generated .key- file ( save it) . You will need it later for your installation of the SSL certificate.
  9. After you have received your SSL certificate from Secorio, you can install it. See FileZilla: Instructions for installing SSL certificates .
Table of Contents