Skip to content

Releases: TheJumpCloud/support

Passwordless User Certificate Radius Certificate Generation v1.0.6

27 Sep 20:45
8d34119
Compare
Choose a tag to compare

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

27 Sep 20:39
5b115d8
Compare
Choose a tag to compare

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

20 Jul 19:17
5898cd0
Compare
Choose a tag to compare

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

27 Sep 20:40
a526529
Compare
Choose a tag to compare

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

08 Jun 14:08
d73b48d
Compare
Choose a tag to compare

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

24 May 18:23
ad447b3
Compare
Choose a tag to compare

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

08 Jun 14:05
c2a729e
Compare
Choose a tag to compare

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

02 May 21:39
33b4837
Compare
Choose a tag to compare

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

01 May 15:50
be46c34
Compare
Choose a tag to compare

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

24 Apr 21:12
0182a81
Compare
Choose a tag to compare

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.