Skip to content

Commit

Permalink
Updated documentation based on code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lizpearl committed Dec 3, 2024
1 parent 3b34e0d commit 21c41e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/operations/runbooks/add_secrets_to_existing_sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand All @@ -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

0 comments on commit 21c41e5

Please sign in to comment.