Skip to content

Commit f2edbc6

Browse files
Merge branch 'dnspluginsupport' of https://github.com/Keyfactor/hydrantid-caplugin into dnspluginsupport
2 parents aedb7bf + 0369555 commit f2edbc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ The plugin supports the following standard CRL revocation reasons:
203203
| **HydrantIdBaseUrl** | Full URL to the HydrantId API endpoint | Yes | `https://acm.hydrantid.com` or `https://acm-stage.hydrantid.com` |
204204
| **HydrantIdAuthId** | API Authentication ID provided by HydrantId | Yes | `your-auth-id` |
205205
| **HydrantIdAuthKey** | API Authentication Key provided by HydrantId | Yes | `your-secret-auth-key` |
206+
| **HydrantIdAccountId** | Account id required by some HydrantId tenants when creating a domain validation request (`POST /domains/`) as part of enrollment against a policy with a validator configured. Leave blank if domain validation already succeeds without it — if left blank and it turns out to be required, domain validation creation fails with `{"message":"Error: unauthorized","status":"Failure"}`. Obtain from the HydrantId portal's account settings, HydrantId support, or the `account.id` field on any existing certificate returned by the API. | No | `aba34551-51e9-4cb3-a5b8-895d64d45344` |
206207

207208
### Gateway Registration Notes
208209

@@ -233,6 +234,7 @@ The plugin supports the following standard CRL revocation reasons:
233234
* **HydrantIdBaseUrl** - The base URL for the HydrantId API endpoint. For example, `https://acm.hydrantid.com` or `https://acm-stage.hydrantid.com`.
234235
* **HydrantIdAuthId** - The API Authentication ID provided by HydrantId for API access.
235236
* **HydrantIdAuthKey** - The API Authentication Key (secret) provided by HydrantId for API access.
237+
* **HydrantIdAccountId** - Optional. Required by some HydrantId tenants for domain validation to succeed; see the table above.
236238

237239
2. **Certificate Template Configuration**
238240

0 commit comments

Comments
 (0)