diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index 6e97d304de..6b2d9b2d4e 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -712,6 +712,9 @@ For secrets, you can add [GitHub environment variables](https://docs.github.com/ - `group_id`is found by selecting **Admin > People > Groups** in Zendesk. Find your group and select it. The group ID will appear in the search field. #### digicert + +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + - `name` is the name of certificate authority that will be used in variables in configuration profiles. Only letters, numbers, and underscores are allowed. - `url` is the URL to DigiCert One instance (default: `https://one.digicert.com`). - `api_token` is the token used to authenticate requests to DigiCert. @@ -727,6 +730,9 @@ For secrets, you can add [GitHub environment variables](https://docs.github.com/ - `password` is the password of the NDES admin endpoint (default: `""`). #### scep_proxy + +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + - `name` is the name of certificate authority that will be used in variables in configuration profiles. Only letters, numbers, and underscores are allowed. - `url` is the URL of the Simple Certificate Enrollment Protocol (SCEP) server. - `challenge` is the static challenge password used to authenticate requests to SCEP server. diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 92fafa0e10..62b945adc7 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -1681,6 +1681,8 @@ _Available in Fleet Premium._ ##### integrations.digicert +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + `integrations.digicert` is an array of objects with the following structure: | Name | Type | Description | @@ -1714,6 +1716,8 @@ Setting `integrations.ndes_scep_proxy` to `null` will clear existing settings. N ##### integrations.custom_scep_proxy +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + `integrations.custom_scep_proxy` is an array of objects with the following structure: | Name | Type | Description |