<?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>Blog.hio.fr &#187; tls</title>
	<atom:link href="http://blog.hio.fr/tag/tls/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 04:42:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>LINUX comment cree un serveur ftp avec pureftpd et mysql</title>
		<link>http://blog.hio.fr/2009/05/04/linux-comment-cree-un-serveur-ftp-avec-pureftpd-et-mysql/</link>
		<comments>http://blog.hio.fr/2009/05/04/linux-comment-cree-un-serveur-ftp-avec-pureftpd-et-mysql/#comments</comments>
		<pubDate>Mon, 04 May 2009 07:12:11 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pureftpd]]></category>
		<category><![CDATA[quota]]></category>
		<category><![CDATA[tls]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=336</guid>
		<description><![CDATA[Ce we pendant mes moments perdu et dieu sait qu'ils ne sont pas nombreux :p
J'ai installé un serveur pureftpd avec le support de mysql, gestion des quota et gestion de bande passante.]]></description>
			<content:encoded><![CDATA[<p>Ce we pendant mes moments perdu et dieu sait qu&#8217;ils ne sont pas nombreux :p<br />
J&#8217;ai installé un serveur pureftpd avec le support de mysql, gestion des quota et gestion de bande passante.</p>
<p>Donc voila un tuto très bien fais, en gros si on a des bases suffisante, c&#8217;est terminer en 5 minutes.</p>
<blockquote><p>This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.</p>
<p>For the administration of the MySQL database you can use web based tools like phpMyAdmin which will also be installed in this howto. phpMyAdmin is a comfortable graphical interface which means you do not have to mess around with the command line.<br />
<a href="http://www.howtoforge.com/pureftpd_mysql_virtual_hosting" target="_blank">source</a></p></blockquote>
<p>Pour le TLS , sécurité tout ça, tout ça :p</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssl<span style="color: #000000; font-weight: bold;">/</span>private
openssl req <span style="color: #660033;">-x509</span> <span style="color: #660033;">-nodes</span> <span style="color: #660033;">-newkey</span> rsa:<span style="color: #000000;">1024</span> <span style="color: #660033;">-keyout</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssl<span style="color: #000000; font-weight: bold;">/</span>private<span style="color: #000000; font-weight: bold;">/</span>pure-ftpd.pem <span style="color: #660033;">-out</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssl<span style="color: #000000; font-weight: bold;">/</span>private<span style="color: #000000; font-weight: bold;">/</span>pure-ftpd.pem
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">600</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssl<span style="color: #000000; font-weight: bold;">/</span>private<span style="color: #000000; font-weight: bold;">/*</span>.pem</pre></td></tr></table></div>

<p>Et on restart pureftpd avec l&#8217;option<br />
&#8211;tls=1 : Connexions de client normaux ou sécurisé autorisé.<br />
&#8211;tls=2 : Seul les clients sécurisés peuvent se connecter.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hio.fr/2009/05/04/linux-comment-cree-un-serveur-ftp-avec-pureftpd-et-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
