diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:40:53 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch) | |
tree | 1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/https/index.html | |
parent | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff) | |
download | translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2 translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/https/index.html')
-rw-r--r-- | files/fr/glossary/https/index.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/files/fr/glossary/https/index.html b/files/fr/glossary/https/index.html deleted file mode 100644 index bb16a99eda..0000000000 --- a/files/fr/glossary/https/index.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: HTTPS -slug: Glossary/https -tags: - - Glossaire - - HTTPS - - Infrastructure - - Sécurité -translation_of: Glossary/https -original_slug: Glossaire/https ---- -<p><strong>HTTPS</strong> (<em>HTTP Sécurisé</em>) est une version chiffrée du protocole {{Glossary("HTTP")}}. Il utilise généralement {{Glossary("TLS")}} ou {{Glossary("SSL")}} pour chiffrer l'intégralité des communications entre un client et un serveur. La connexion sécurisée permet aux clients d'échanger de manière sûre des données sensibles avec un serveur, par exemple pour des transactions bancaires ou du commerce en ligne.</p> - -<h2 id="Pour_en_savoir_plus">Pour en savoir plus</h2> - -<h3 id="Culture_générale">Culture générale</h3> - -<ul> - <li>{{Interwiki("wikipedia", "HTTPS")}} sur Wikipédia</li> -</ul> |