Skip to content

Commit 9df91e4

Browse files
Adding doc for script pre-requisite
1 parent 1d90052 commit 9df91e4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ per environment.
1414

1515
## Create a client certificate
1616

17-
1. Run the [generate-client-certificate.sh](/scripts/client_certificates/generate.sh) script with the name of the environment and client.
17+
1. As a pre-requisite to create a client certificate by running the script below, please ensure that:
18+
- Select the account you need.SSO registration scopes
19+
- 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].
20+
- 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.
22+
- Follow the prompts to populate the client region [eu-west-2], the default output format [json], the CLI profile name [simply press Enter].
23+
- 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.
1825

1926
```bash
2027
make generate-client-certificate

0 commit comments

Comments
 (0)