Skip to content

Commit 51e83de

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 02f57fb + 485e89e commit 51e83de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/hub/guides/managedchallenges.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ To use a managed challenge you need two things:
2121
- An assigned API Token allowing access to use managed challenges. This will be used by your ACME client to call the management hub API. Generally you should use individual API keys specific to each consumer instead of sharing them across machines, that way when a service is retired you can also remove it's access and you can maintain a clear idea of which things still need access.
2222

2323

24-
### Define a Managed Challenge configuration
24+
### 1. Define a Managed Challenge configuration
2525
Under *Services > Managed Challenges*, select `+ Add`:
2626
- Select dns-01 as the challenge type
2727
- Select the DNS provider specific to your domains DNS service.
2828
- Add or select existing stored credentials for updating DNS via the selected API.
2929
- Populate the *Domain Match Rule* to specify the domains this configuration can update DNS for, then Save.
3030

31-
### Configure API Access
31+
### 2. Configure API Access
3232
Before you can use your managed challenge you need to configure API access. This involves assigning an API token for a specific *Service Principle* (a specific user or app).
3333

3434
Under *Settings > Security > Users*, add a User to represent the consumer (user or app etc) accessing the service, then assign them the Managed Challenge Consumer Role. They can have any other roles they need, but you'll need this specific role to access managed challenges.
@@ -45,7 +45,7 @@ Under *Settings > Security > API Access*, select Add API Token, select the requi
4545
5. Select the `Managed Challenge Consumer` role from Available Roles to assign it.
4646
6. Click **Save**
4747

48-
### 2. Create an API Key to use the managed challenge
48+
### 3. Create an API Key to use the managed challenge
4949

5050
1. Navigate to **Settings > Security > API Access**
5151
2. Click **Add API Token**

0 commit comments

Comments
 (0)