From 01fd5055911fd669df1fbfc34d3cecf95b5f30a5 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Sat, 13 May 2017 22:01:36 +0200 Subject: [PATCH] Intro SSLauth --- HowtoSSLauth.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 HowtoSSLauth.md diff --git a/HowtoSSLauth.md b/HowtoSSLauth.md new file mode 100644 index 00000000..9560b637 --- /dev/null +++ b/HowtoSSLauth.md @@ -0,0 +1,19 @@ +--- +title: Howto SSL authentification +categories: security +... + +[SSL/TLS](HowtoSSL) est un protocole de sécurisation des échanges réseau. +Il est principalement connu pour le chiffrement de contenu entre client et serveur et l'authentificaton des dits serveurs. +Ce que l'on sait moins, c'est que SSL/TLS permet aussi l'authentification des clients et propose ainsi une alternatives aux mots de passe. + +* + +## Installation + +~~~ +# apt install openssl + +$ openssl version +OpenSSL 1.0.2h 3 May 2016 +~~~ \ No newline at end of file