mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix typo in certificates guide (#32932)
Deleted stray "$" in example profile
This commit is contained in:
parent
650680689e
commit
d7ead968a2
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ When Fleet delivers the profile to your hosts, Fleet will replace the variables.
|
|||
<array>
|
||||
<array>
|
||||
<string>CN</string>
|
||||
<string>%SerialNumber% $WIFI $FLEET_VAR_SCEP_RENEWAL_ID</string>
|
||||
<string>%SerialNumber% WIFI $FLEET_VAR_SCEP_RENEWAL_ID</string>
|
||||
</array>
|
||||
</array>
|
||||
<array>
|
||||
|
|
|
|||
Loading…
Reference in a new issue