Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions docs/Configuration/yaml-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ Can only be configured for all teams (`org_settings`).

#### custom_est_proxy

- `name` is the name of the certificate authority. Only letters, numbers, and underscores are allowed.
- `name` is the name of the certificate authority that will be used in variables in configuration profiles. Only letters, numbers, and underscores are allowed.
- `url` is the EST (Enrollment Over Secure Transport) endpoint's URL.
- `username` is the username used to authenticate with the EST endpoint.
- `password` is the password used to authenticate with the EST endpoint.
Expand All @@ -971,13 +971,6 @@ Can only be configured for all teams (`org_settings`).
- `client_id` is the client ID provided by Hydrant.
- `client_secret` is the client secret provided by Hydrant.

#### custom_est_proxy

- `name` is the name of the certificate authority that will be used in variables in configuration profiles. Only letters, numbers, and underscores are allowed.
- `url` is the EST (Enrollment Over Secure Transport) endpoint.
- `username` is the username for the EST server.
- `password` is the password for the EST server.

#### smallstep

- `name` is the name of the certificate authority that will be used in variables in configuration profiles. Only letters, numbers, and underscores are allowed.
Expand Down
Loading