Add certificate authority (CA): Clarify instructions are for NDES (#41304)

For the following quick win:
- https://github.com/fleetdm/fleet/issues/41305
This commit is contained in:
Noah Talerman
2026-03-10 07:32:58 -07:00
committed by GitHub
parent f634ac64a6
commit 1a693d98ae
@@ -88,7 +88,7 @@ const NDESForm = ({
onChange={onInputChange}
parseTarget
placeholder="username@example.microsoft.com"
helpText="For Microsoft, this is the username in the down-level logon name format required to log in to the SCEP admin page."
helpText="For NDES, this is the username in the down-level logon name format required to log in to the SCEP admin page."
/>
<InputField
label="Password"
@@ -100,7 +100,7 @@ const NDESForm = ({
blockAutoComplete
helpText={
<>
The password required to log in to the{" "}
For NDES, the password required to log in to the{" "}
<b>Network Device Enrollment Service</b> page.
</>
}