From d3d97d9b7ce3739e1c12e17865ff0e7482ffcaa5 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Tue, 10 May 2022 16:40:12 +0200 Subject: [PATCH] Ajout info cert SSL --- HowtocURL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtocURL.md b/HowtocURL.md index 0ba00c52..3dfcf6bb 100644 --- a/HowtocURL.md +++ b/HowtocURL.md @@ -16,7 +16,7 @@ Pour récupérer et afficher – sur la sortie standard – le contenu d'une res $ curl https://www.example.com ~~~ -Pour afficher une version verbeuse de la requête (> Infos envoyées, < Infos reçues, * Infos supplémentaires) : +Pour afficher une version verbeuse de la requête (> Infos envoyées, < Infos reçues, * Infos supplémentaires,notamment des informations sur le certificat SSL) : ~~~ $ curl -v https://www.example.com