@@ -852,6 +852,11 @@ org_settings:
|
||||
- name: SCEP_VPN
|
||||
url: https://example.com/scep
|
||||
challenge: $SCEP_VPN_CHALLENGE
|
||||
custom_est_proxy:
|
||||
- name: EST_WIFI
|
||||
url: https://example.com/est
|
||||
username: $EST_PROXY_USERNAME
|
||||
password: $EST_PROXY_PASSWORD
|
||||
hydrant:
|
||||
- name: HYDRANT_WIFI
|
||||
url: https://example.hydrantid.com/.well-known/est/abc123
|
||||
@@ -899,6 +904,13 @@ 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.
|
||||
|
||||
Reference in New Issue
Block a user