I want to install FTPS/SSL on two servers, does this mean I need 2 certificates: 1 for each server?
Description
I would like to install FTPS/SSL on my two server instances.
- Server1 - Port 21 is setup for internal users
- Server2 - Port 2121 is setup for external users
I want to install FTPS/SSL on both servers. Does this mean I need 2 certificates 1 for each server? Is the certificate specific to each server? Can the one certificate work for both servers? If I setup the certificate for server "Server2 - Port 2121" can the same certificate be used on server "Server1- Port 21"?
Resolution
Yes, you can use the same SSL/TLS certificate for both server instances, Server1 and Server2. Titan SFTP Server will store the certificate in a local certificate folder or in the DB depending on which version of Titan you are running. Simply import the certificate into each server instance using the Certificate Management utility in the administration console and the certificate will be available for use on the server.
Most importantly though is that certificates are attached to a domain name, meaning that a certificate might be valid for server1.mydomain.com or server2.mydomain.com. It's important to make sure your certificate subject name matches the domain/host name to which your client software will be connecting or they will receive a security warning. One way around this would be to purchase a wildcard certificate from your certificate vendor and have the certificate issued for *.mydomain.com, or purchase a SAN certificate valid for both server1.mydomain.com and server2.mydomain.com
Applies To
- Titan SFTP Server
- Titan MFT Server
- Titan DMZ Server
Related Articles
How To - Create New Tls Certificate for FTP FTPS
How To: Create New TLS Certificate for FTP/FTPS Question How do I create a new TLS certificate for securing FTP/FTPS connections? Reasoning Creating a new TLS certificate ensures encrypted and secure connections for FTP/FTPS servers, protecting data ...
Howto - Generate and Install Web TLS Certificate in TitanSFTP
How To: Generate and Install Web TLS Certificate in Titan SFTP Question How To: Generate and Install TLS Certificate in Titan SFTP Reasoning Why do we need to install TLS Certificate on our HTTPS Website Answer Installing TLS and using HTTPS is ...
How To: Create a CSR and update your SSL Certificate
How To: Create a CSR and update your SSL Certificate Question How do I create a CSR so I can replace my signed SSL certificate? Reasoning My SSL certificate is about to expire so I need to replace it. I want to have a trusted SSL certificate signed ...
How To: Create a CSR in Titan and Update TLS Certificate
Related To Titan SFTP Server and Titan MFT Server. Question How do I create a CSR in Titan and update the certificate? Reasoning I would like to be able to create a CSR in Titan so I can get it signed by my CA for secure FTPS and HTTPS connections. ...
How To Install Titan MFT Server on Windows
How To: Install Titan MFT Server on Windows Question How can I install Titan MFT on a Windows Server? Reasoning We have a requirement to install a Managed File Transfer (MFT) server on a Windows platform Answer You can install Titan easily in your ...