You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kubectl --namespace=deis get secret builder-ssh-private-keys -o yaml > ~/active-deis-builder-secret-ssh-private-keys.yaml
90
90
```
91
91
92
+
#### Optional: Fetch platform SSL credentials
93
+
Installations that have installed a [platform SSL](https://deis.com/docs/workflow/managing-workflow/platform-ssl/) certificate and private key on the router will need to save those secrets locally as well. They will be installed at a later step with the other credentials saved to the local workstation.
94
+
95
+
```
96
+
# fetch the platform SSL certificate and private key and store on the local workstation
97
+
$ kubectl --namespace=deis get secret deis-router-platform-cert -o yaml > ~/active-deis-router-platform-cert.yaml
98
+
```
99
+
92
100
### Step 4: Modify and update configuration
93
101
94
102
Before generating the manifests for the newest release, operators should update the new `generate_params.toml` to match
0 commit comments