Releases: TheJumpCloud/support
Passwordless User Certificate Radius Certificate Generation v1.0.6
Passwordless User Certificate Radius v1.0.6
Release Date: September 25, 2023
RELEASE NOTES
Certificates distributed to macOS device are now imported using the -x flag to prevent them from being exported.
Bug Fixes
For users with multiple SSIDs where one SSID has a space in the name, previous versions of the script could not account for this. This version addresses this change by passing text with a ';' delimiter rather than a space.
JumpCloud PowerShell Module v2.7.0
JumpCloud PowerShell Module v2.7.0
Release Date: August 1, 2023
RELEASE NOTES
This release introduces a new parameter, registryFile, to New-JCPolicy and Set-JCPolicy
FEATURES:
Admins can now upload a .reg file to a new or existing Windows - Advanced: Custom Registry Keys Policy
BUG FIXES:
Fixed an issue with sequential results not returning as expected with large datasets
Passwordless User Certificate Radius Certificate Generation v1.0.5
Passwordless User Certificate Radius v1.0.5
Release Date: July 20, 2023
RELEASE NOTES
Addressed an issue generating certificates for users with localUsernames (systemUsernames specified in the JumpCloud console). These user certificates were generated with the localUsername instead of their username field. The resulting certificate would never be allowed to access a radius backed network as their localUsername does not match the username.
Bug Fixes:
Certificates for users with localUsername (systemUsernames) should now authenticate to radius networks. Their CNs should now be based on their usernames, not localUsernames.
JumpCloud PowerShell Module v2.6.0
JumpCloud PowerShell Module v2.6.0
Release Date: June 21, 2023
RELEASE NOTES
Update/Import-JCMspFromCSV functions added.
Passwordless User Certificate Radius Certificate Generation v1.0.4
1.0.4
Release Date: June 5, 2023
RELEASE NOTES
Addressed an issue on macOS with EmailSAN and EmailDN type cert deployments where assigning network SSIDs during certificate import.
Bug Fixes:
- In previous versions, deploying either an EmailSAN or EmailDN type cert would throw an error while attempting to associate a network SSID to the newly imported certificate. The cert identifier in this case was updated to the SHA1 hash of the certificates instead of the common name (which was incorrectly identified in previous iterations of these example scripts).
Passwordless User Certificate Radius Certificate Generation v1.0.3
1.0.3
Release Date: May 31 2023
RELEASE NOTES
Fixed an issue affecting permissions on certain MacOS devices when attempting to deploy certs
Improved performance when reviewing Command Results by changing fetch requests to Search-JCSDKCommandResult endpoint
Added an exit code and error message for windows systems where no user was logged on at script execution
FEATURES:
- Fixed an issue affecting permissions on certain MacOS devices when attempting to deploy certs
- Improved performance when reviewing Command Results by changing fetch requests to Search-JCSDKCommandResult endpoint
JumpCloud PowerShell Module v2.5.0
JumpCloud PowerShell Module v2.5.0
Release Date: May 11, 2023
RELEASE NOTES
New Policy Function, Remove-JCPolicy added to the module
FEATURES:
Remove-JCPolicy added, remove existing JumpCloud Policies programmatically
Passwordless User Certificate Radius Certificate Generation v1.0.2
1.0.2
Release Date: May 2, 2023
RELEASE NOTES
Fixed an issue with the JCUSERCERTPASS not being correctly passed into Windows devices when changed from default
FEATURES:
- JCUSERCERTPASS was not being correctly referenced when the device commands are generated resulting in certificates not being installed
- Adjusted error tracking for more precise results when a certificate wasn't installed
JumpCloud PowerShell Module v2.4.0
JumpCloud PowerShell Module v2.4.0
Release Date: May 1, 2023
RELEASE NOTES
New Policy Functions, Set-JCpolicy, New-JCPolicy added to the module
FEATURES:
New-JCPolicy Added, create new JumpCloud Policies programmatically
Set-JCPolicy Added, update existing JumpCloud Policies programmatically
Passwordless User Certificate Radius Certificate Generation v1.0.1
1.0.1
Release Date: April 21, 2023
RELEASE NOTES
Users with Local User Account names that differ from their JumpCloud Username are now supported
FEATURES:
- If a user's local account name (systemUsername) is specified on an account, the certificates for those users will be generated with their local account name (not username) and installed correctly.