Merged PR 162: Merged PR 161: Improved wording on SSL task

- Improved wording on SSL task
- Merged PR 161: Improved wording on SSL task

Improved wording on SSL task
This commit is contained in:
Ahmed Sabbour 2019-06-28 19:14:52 +00:00
Родитель b7156146f5 80a7a048d1
Коммит a9e5947545
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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