File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ router will automatically detect this secret and reconfigure itself appropriatel
2020The 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
2727If your certificate has intermediate certs, append the intermediate signing certs to the bottom of the ` cert ` file
7070```
7171
7272Once 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
7474configuration on-the-fly.
7575
7676## Installing SSL on a Load Balancer
You can’t perform that action at this time.
0 commit comments