mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Clarify SCEP challenge string requirements for Windows (#34916)
Modified to include base64 warning.
This commit is contained in:
parent
b4aae8976c
commit
2dc2268c01
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ Custom SCEP proxy:
|
|||
|
||||
* NDES SCEP proxy is currently supported for macOS devices via Apple config profiles. Support for DDM (Declarative Device Management) is coming soon, as is support for iOS, iPadOS, Windows, and Linux.
|
||||
* Fleet server assumes a one-time challenge password expiration time of 60 minutes.
|
||||
* On Windows, special characters in SCEP challenge strings such as `! @ # $ % ^ & * _ ()` should not be used.
|
||||
* On Windows, SCEP challenge strings should NOT include `base64` encoding or special characters such as `! @ # $ % ^ & * _ ()`
|
||||
|
||||
## How to deploy certificates to a user's login keychain
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue