Skip to content

Commit 50f0c56

Browse files
author
Vaughn Dice
authored
Merge pull request #610 from WillPlatnick/ssl_docs
Update key names in SSL docs
2 parents 13720ff + 4cd3370 commit 50f0c56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/managing-workflow/platform-ssl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ router will automatically detect this secret and reconfigure itself appropriatel
2020
The following criteria must be met:
2121

2222
- The name of the secret must be `deis-router-platform-cert`
23-
- The certificate's public key must be supplied as the value of the `cert` key
24-
- The certificate's private key must be supplied as the value of the `key` key
23+
- The certificate's public key must be supplied as the value of the `tls.crt` key
24+
- The certificate's private key must be supplied as the value of the `tls.key` key
2525
- Both the certificate and private key must be base64 encoded
2626

2727
If your certificate has intermediate certs, append the intermediate signing certs to the bottom of the `cert` file
@@ -70,7 +70,7 @@ data:
7070
```
7171

7272
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
73+
deis-router-platform-cert.yaml`. The Deis Workflow router will automatically notice the new secret and update its
7474
configuration on-the-fly.
7575

7676
## Installing SSL on a Load Balancer

0 commit comments

Comments
 (0)