File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The following criteria must be met:
2727If your certificate has intermediate certs, append the intermediate signing certs to the bottom of the ` cert ` file
2828before base64 encoding the combined certificates.
2929
30- Prepare your certificate and key files by encoding them in bas64 :
30+ Prepare your certificate and key files by encoding them in base64 :
3131
3232```
3333$ cat certificate-file.crt
6969 tls.key: LS0...LQo=
7070```
7171
72- Once you've created the ` deis-router-plaform -cert.yaml ` file, you can install the manifest with `kubectl create -f
73- deis-router-platform-cert.yaml`. The Deis Workflow router will automatically notice the new secret and update configuration its
74- on-the-fly.
72+ Once you've created the ` deis-router-platform -cert.yaml ` file, you can install the manifest with `kubectl create -f
73+ deis-router-platform-cert.yaml`. The Deis Workflow router will automatically notice the new secret and update its
74+ configuration on-the-fly.
7575
7676## Installing SSL on a Load Balancer
7777
@@ -80,7 +80,7 @@ communication inbound to the load balancer will be encrypted while the internal
8080communicate over HTTP. This offloads SSL processing to the cloud load balancer but also means that any
8181application-specific SSL certificates must ** also** be configured on the cloud load balancer.
8282
83- To terminate SSL on the cloud load blanancer you will need to modify the load balancer's listener settings:
83+ To terminate SSL on the cloud load balancer you will need to modify the load balancer's listener settings:
8484
8585 - Swap the load balancer protocol on port 443 to use HTTPS instead of TCP
8686 - Swap the backend protocol to use HTTP instead of TCP
You can’t perform that action at this time.
0 commit comments