Outils pour utilisateurs

Outils du site


serveur_proftpd

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
serveur_proftpd [2010/11/15 22:32] thierryserveur_proftpd [2010/12/19 13:33] thierry
Ligne 13: Ligne 13:
  
 ===== SSL ===== ===== SSL =====
-A tester:+Liens:
   *http://www.commentcamarche.net/forum/affich-1227647-ssl-tls-avec-proftpd   *http://www.commentcamarche.net/forum/affich-1227647-ssl-tls-avec-proftpd
   *http://nicolas.dandrea.free.fr/SPIP/article.php3?id_article=38   *http://nicolas.dandrea.free.fr/SPIP/article.php3?id_article=38
 +
 +==== Key ====
 +
 +  # cd /etc/proftpd
 +  # mkdir keys
 +  # chmod 0750 keys
 +  # chown proftpd:root keys
 +  # su -s /bin/bash proftpd
 +  $ cd keys
 +  $ openssl req -new -x509 -days 3650 -nodes -out proftpd-rsa.pem -keyout proftpd-key.pem
 +  Country Name (2 letter code) [AU]:FR
 +  State or Province Name (full name) [Some-State]:Creteil
 +  Locality Name (eg, city) []:Creteil
 +  Organization Name (eg, company) [Internet Widgits Pty Ltd]:tj-corp
 +  Organizational Unit Name (eg, section) []:web
 +  Common Name (eg, YOUR name) []:www.thierry-jaouen.fr
 +  Email Address []:pem@thierry-jaouen.fr
 +L'important, c'est "Common Name" qui doit correspondre à:
 +  $ hostname -f
 +  www.thierry-jaouen.fr
 + 
  
 ===== Restreindre les droits comme j'aime ===== ===== Restreindre les droits comme j'aime =====
serveur_proftpd.txt · Dernière modification : 2010/12/19 14:00 de thierry