18
0
Fork 0

correction mineure

This commit is contained in:
gcolpart 2017-02-23 20:41:14 +01:00
parent f28530fa56
commit aabb4699d2
1 changed files with 1 additions and 1 deletions

View File

@ -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) :