Skip to content

Commit 340bcbd

Browse files
Changed location for prerequisites.
1 parent 58e08c2 commit 340bcbd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/guides/setting-up-a-new-consumer.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ per environment.
1212
- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)
1313
- [Access to Cloud Platform’s Kubernetes cluster](https://user-guide.cloud-platform.service.justice.gov.uk/documentation/getting-started/kubectl-config.html#installing-kubectl)
1414

15-
## Create a client certificate
16-
17-
1. As a pre-requisite to create a client certificate by running the script below, please ensure that:
15+
As a pre-requisite to create a client certificate by running the script below, please ensure that:
1816
- Select the account you need.SSO registration scopes
1917
- You run `aws configure sso` and follow the prompts to populate the SSO session name [anything], the SSO start URL [https://madetech.awsapps.com/start], the region [eu-west-2] and SSO registration scopes [simply press Enter].
2018
- Authorise the request which will be open on the browser.
21-
- Select the account you want to use, according to what roles you have available.
19+
- Select the account you want to use, according to what roles you have available.
2220
- Follow the prompts to populate the client region [eu-west-2], the default output format [json], the CLI profile name [simply press Enter].
2321
- Verify that you have everything ready by opening the config file in the ".aws" directory.
24-
2. Run the [generate-client-certificate.sh](/scripts/client_certificates/generate.sh) script with the name of the environment and client.
22+
23+
## Create a client certificate
24+
25+
Run the [generate-client-certificate.sh](/scripts/client_certificates/generate.sh) script with the name of the environment and client.
2526

2627
```bash
2728
make generate-client-certificate

0 commit comments

Comments
 (0)