mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
Updated documentation based on code review
This commit is contained in:
parent
3b34e0d8f5
commit
21c41e5f84
1 changed files with 3 additions and 4 deletions
|
@ -50,7 +50,7 @@ Email Address []: <example@something.com>
|
|||
```
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue