Skip to content

Commit 1ce3489

Browse files
authored
fix(docs): minor spelling corrections (#541)
1 parent 468f277 commit 1ce3489

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/managing-workflow/platform-ssl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following criteria must be met:
2727
If your certificate has intermediate certs, append the intermediate signing certs to the bottom of the `cert` file
2828
before 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
@@ -69,9 +69,9 @@ data:
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
8080
communicate over HTTP. This offloads SSL processing to the cloud load balancer but also means that any
8181
application-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

0 commit comments

Comments
 (0)