diff --git a/content/roadmaps/102-devops/content/103-networking-protocols/103-https.md b/content/roadmaps/102-devops/content/103-networking-protocols/103-https.md index cd7ede8bd..8692753d6 100644 --- a/content/roadmaps/102-devops/content/103-networking-protocols/103-https.md +++ b/content/roadmaps/102-devops/content/103-networking-protocols/103-https.md @@ -1 +1,10 @@ -# Https \ No newline at end of file +# HTTPS + +HTTPS (**H**ypertext **T**ransfer **P**rotocol **S**ecure) is the secure version of HTTP, which is the primary protocol used to send data between a web browser and a website. + +`HTTPS = HTTP + SSL/TLS` + +Free Content +What is HTTPS? +Why HTTPS Matters +Enabling HTTPS on Your Servers \ No newline at end of file