From 87c372b0daab0c5785c1be058e290eed956072e9 Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour Date: Fri, 28 Jun 2019 12:13:12 -0700 Subject: [PATCH] Improved wording on SSL task --- _entries/02-05 challenge2-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_entries/02-05 challenge2-4.md b/_entries/02-05 challenge2-4.md index 1e91653..b86c983 100644 --- a/_entries/02-05 challenge2-4.md +++ b/_entries/02-05 challenge2-4.md @@ -7,7 +7,7 @@ parent-id: upandrunning You want to enable connecting to the frontend website over SSL/TLS. In this task, you'll use [Let's Encrypt](https://letsencrypt.org/) free service to generate valid SSL certificates for your domains, and you'll integrate the certificate issuance workflow into Kubernetes. -> **Important** After you finish this task for the `frontend`, you may receive some browser warnings about "mixed content" or the orders might not load at all because the calls happen via JavaScript vecause the `captureorder` service is deployed over HTTP. Use the same concepts to create an ingress for `captureorder` service and use SSL/TLS to secure it. +> **Important** After you finish this task for the `frontend`, you may either receive some browser warnings about "mixed content" or the orders might not load at all because the calls happen via JavaScript. Use the same concepts to create an ingress for `captureorder` service and use SSL/TLS to secure it in order to fix this. ### Tasks