Menu
picture of tbs certificates
picture of tbs certificates
Certificates
Our products range
Partners
Support
Focus


Install a certificate for Proftpd

Download of necessary files

Once your certificate has been delivered, you will need to download the following files:

  • our private key in .key or .pkey format (generated during your certificate request)
  • Your certificate in .cer format
  • The certification chain in .txt format (then change the file extension to .pem)

The certificate and the chain are available from the status page of your certificate, button "View certificate".

Installation of the certificate

On your proftpd configuration file, fill in the following lines

	#Server certificate and private key
	TLSRSACertificateFile /path/to/your/certificate.cer
	TLSRSACertificateKeyFile /path/to/your/privatekey.key

	# Chain certification
  	TLSCACertificateFile /path/to/your/chain.pem
  	
  	#Protocol
  	TLSProtocol TLSv1.2

Once this is done, save your file and restart the service with the command

	service proftpd restart