What version of fleet are you using (fleet version --full)?
3.3.0
What operating system are you using?
Windows 10
What did you do?
fleetctl login
What did you expect to see?
Successful login
What did you see instead?
PS C:\Users\zachw> fleetctl login
error verifying that config exists at ~//.fleet/config: mkdir ~\.fleet: The system cannot find the path specified.
The path looks incorrect in this case.
Manually specifying the path results in an additional error:
PS C:\Users\zachw> fleetctl login --config C:\Users\zachw\.fleet\config
error creating Fleet API client handler: loading system cert pool: crypto/x509: system root pool is not available on Windows
It's probably not a super common use case, but let's fix fleetctl to work on Windows.
What version of
fleetare you using (fleet version --full)?3.3.0
What operating system are you using?
Windows 10
What did you do?
fleetctl loginWhat did you expect to see?
Successful login
What did you see instead?
The path looks incorrect in this case.
Manually specifying the path results in an additional error:
It's probably not a super common use case, but let's fix
fleetctlto work on Windows.