You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/guides/managedchallenges.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ To use a managed challenge you need two things:
21
21
- 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.
22
22
23
23
24
-
### Define a Managed Challenge configuration
24
+
### 1. Define a Managed Challenge configuration
25
25
Under *Services > Managed Challenges*, select `+ Add`:
26
26
- Select dns-01 as the challenge type
27
27
- Select the DNS provider specific to your domains DNS service.
28
28
- Add or select existing stored credentials for updating DNS via the selected API.
29
29
- Populate the *Domain Match Rule* to specify the domains this configuration can update DNS for, then Save.
30
30
31
-
### Configure API Access
31
+
### 2. Configure API Access
32
32
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).
33
33
34
34
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
45
45
5. Select the `Managed Challenge Consumer` role from Available Roles to assign it.
46
46
6. Click **Save**
47
47
48
-
### 2. Create an API Key to use the managed challenge
48
+
### 3. Create an API Key to use the managed challenge
49
49
50
50
1. Navigate to **Settings > Security > API Access**
0 commit comments