Enrollment tokens do not support future provisioning, and specifying a not before attribute can cause issues with small time discrepancies during automated deployments (quickstart, production) and testing. The not before attribute is always set to time.Now() removing should improve usability without sacrificing security.
Enrollment tokens do not support future provisioning, and specifying a
not before
attribute can cause issues with small time discrepancies during automated deployments (quickstart, production) and testing. Thenot before
attribute is always set totime.Now()
removing should improve usability without sacrificing security.