-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation based on code review
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ Email Address []: <[email protected]> | |
``` | ||
Go to https://dashboard.int.identitysandbox.gov/service_providers/2640/edit to remove the old certificate and upload the new one. | ||
|
||
Create the login key: | ||
### Create the login key | ||
```sh | ||
login_key=$(base64 -i private-<ENVIRONMENT>.pem) | ||
``` | ||
|
@@ -67,10 +67,9 @@ Go to https://dashboard.fr.cloud.gov/home. Find the `getgov-credentials` servic | |
cf cups getgov-credentials -p credentials-<ENVIRONMENT>.json | ||
``` | ||
|
||
### Push your manifest | ||
### Restart, restage or push manifest | ||
Pushing the manifest works but a restart or restage might work as well. | ||
|
||
```sh | ||
cf push getgov-<ENVIRONMENT> -f ops/manifests/manifest-<ENVIRONMENT>.yaml | ||
``` | ||
|
||
If you don't need to push a manifest, restaging might also work |