@@ -173,20 +173,20 @@ The plugin supports the following standard CRL revocation reasons:
173173
174174### Security Considerations
175175
176- 1. **Credential Storage**: Store API credentials securely and restrict access to the Gateway configuration
177- 2. **Secret Management**: Consider using a secrets management system for AuthKey storage
178- 3. **Network Security**: Ensure TLS/SSL is properly configured for all API communications
179- 4. **Least Privilege**: Request API credentials with minimal required permissions
180- 5. **Audit Logging**: Enable comprehensive logging in both the Gateway and HydrantId for security monitoring
181- 6. **Credential Rotation**: Regularly rotate API credentials according to your security policy
176+ 1. **Credential Storage**: Store API credentials securely and restrict access to the Gateway configuration
177+ 2. **Secret Management**: Consider using a secrets management system for AuthKey storage
178+ 3. **Network Security**: Ensure TLS/SSL is properly configured for all API communications
179+ 4. **Least Privilege**: Request API credentials with minimal required permissions
180+ 5. **Audit Logging**: Enable comprehensive logging in both the Gateway and HydrantId for security monitoring
181+ 6. **Credential Rotation**: Regularly rotate API credentials according to your security policy
182182
183183**CA Connection**
184184
185- Populate using the configuration fields collected in the [requirements](#requirements) section.
185+ Populate using the configuration fields collected in the [requirements](#requirements) section.
186186
187- * **HydrantIdBaseUrl** - The base URL for the HydrantId API endpoint. For example, `https://acm.hydrantid.com` or `https://acm-stage.hydrantid.com`.
188- * **HydrantIdAuthId** - The API Authentication ID provided by HydrantId for API access.
189- * **HydrantIdAuthKey** - The API Authentication Key (secret) provided by HydrantId for API access.
187+ * **HydrantIdBaseUrl** - The base URL for the HydrantId API endpoint. For example, `https://acm.hydrantid.com` or `https://acm-stage.hydrantid.com`.
188+ * **HydrantIdAuthId** - The API Authentication ID provided by HydrantId for API access.
189+ * **HydrantIdAuthKey** - The API Authentication Key (secret) provided by HydrantId for API access.
190190
1911912. **Certificate Template Configuration**
192192
0 commit comments