From aabb4699d26b99d6993acb28de60ddb13fb515d5 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Thu, 23 Feb 2017 20:41:14 +0100 Subject: [PATCH] correction mineure --- HowtoSSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoSSL.md b/HowtoSSL.md index 04af9bf3..6fd620d9 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -228,7 +228,7 @@ $ openssl s_client -CApath /etc/ssl/certs -connect ssl.example.com:443 Pour un service réseau en STARTTLS (exemple avec SMTP, valable aussi pour POP3/IMAP/FTP) : ~~~ -$ openssl s_client -CApath /etc/ssl/certs -connect mail.site.com:25 -crlf -starttls smtp +$ openssl s_client -CApath /etc/ssl/certs -connect mail.example.com:25 -crlf -starttls smtp ~~~ Pour un service en HTTPS avec l'option SNI qui permet d'envoyer un nom de domaine au sein du protocole SSL/TLS (supporté par 99.9% des navigateurs récents) :