<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; FTP SSL/TLS</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/ftp-ssltls/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>How to install TLS for FTP</title>
		<link>https://wiki.centos-webpanel.com/how-to-install-tls-for-ftp</link>
		<comments>https://wiki.centos-webpanel.com/how-to-install-tls-for-ftp#comments</comments>
		<pubDate>Sun, 06 Jan 2019 20:46:42 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[FTP SSL/TLS]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1073</guid>
		<description><![CDATA[As now all is moving to https it's also good to enable SSL/TLS for FTP to protect plain text login credentials. Our instruction will guide you to install and configure pure-ftpd to use SSL/TLS. Requirements: Hostname certificate already installed, check that these files exist: /etc/pki/tls/private/hostname.key /etc/pki/tls/certs/hostname.crt Create Certificate File for pure-ftpd cat /etc/pki/tls/private/hostname.key > /etc/pki/tls/private/pure-ftpd.pem [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>As now all is moving to https it's also good to enable SSL/TLS for FTP to protect plain text login credentials.<br />
Our instruction will guide you to install and configure pure-ftpd to use SSL/TLS.</p>
<p><strong>Requirements:</strong> Hostname certificate already installed, check that these files exist:<br />
/etc/pki/tls/private/hostname.key<br />
/etc/pki/tls/certs/hostname.crt</p>
<p><strong>Create Certificate File for pure-ftpd</strong></p>
<pre>cat /etc/pki/tls/private/hostname.key > /etc/pki/tls/private/pure-ftpd.pem
cat /etc/pki/tls/certs/hostname.crt >> /etc/pki/tls/private/pure-ftpd.pem
chmod 600 /etc/pki/tls/private/pure-ftpd.pem</pre>
<p><strong>Edit File</strong>: /etc/pure-ftpd/pure-ftpd.conf end set this values:</p>
<pre>TLS 1
TLSCipherSuite HIGH
CertFile /etc/pki/tls/private/pure-ftpd.pem</pre>
<p><strong>Available options :</strong><br />
TLS 0 : disable SSL/TLS encryption layer (default on install).<br />
TLS 1 : accept both traditional and encrypted sessions.<br />
TLS 2 : refuse connections that don't use SSL/TLS security mechanisms, including anonymous sessions.</p>
<p>In the latest centos7 version 0.9.8.757+ you can install it with command:</p>
<pre>sh /scripts/install_pure-ftpd_tls</pre>
<p><strong>How to connect</strong><br />
FileZilla example details<br />
Host: ftpes://HOSTNAME<br />
Username: USERNAME<br />
Password: PASSWORD<br />
Port: 21</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/how-to-install-tls-for-ftp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
