When using SSL on Linux, you must create a Certificate Signing Request (CSR) to receive an SSL certificate.
-
A CSR is a data file that contains the Public Key and your domain details.
-
You will submit the CSR to your SSL provider.
-
Your provider will verify and then issue a SSL certificate in a .cer file.
To create an CSR for you FileCloud Server:
-
To generate a request, use the following command: (The key for the SSL certificate is stored in the server.key file.)
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr -
Respond the the prompts with the following information:
Information
Example
Notes
Country Name
US
2letter codeState or Province Name
TEXAS
full name - no abbreviationsLocality Name
Houston
full city nameOrganization Name
Internet Widgits Pty Ltd
company nameOrganizational Unit Name
Accounts Payable
section nameCommon Name
server FQDN or YOUR nameBe sure to enter the actual server's fully qualified name
filecloud.yourdomain.comIf it is a wildcard certificate for all sub domains (for example for using multi tenancy), then be sure to enter *.yourdomain.com
*.yourdomain.comEmail Address
Please enter the following extra attributes to be sent with your certificate request:A challenge password
An optional company name