Skip to content

Releases: Keyfactor/remote-file-orchestrator

2.8.0

14 Aug 15:59
0c72b17
Compare
Choose a tag to compare
  • Added new custom field - Remove Root Certificate from Chain - to allow adding certificate entries with the root CA certificate removed from the chain.
  • Added SSH KeyboardInteractive Authentication support if Password Authentication is not enabled.

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

2.8.0-rc.0

26 Jul 13:19
51f86ee
Compare
Choose a tag to compare
2.8.0-rc.0 Pre-release
Pre-release

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

2.7.0

09 Jul 15:40
74860ab
Compare
Choose a tag to compare
  • Modified RFJKS store type support java keystores of both PKCS12 and JKS
  • Added support for OpenSSH private keys for SSH authentication
  • Bug fix for orchestrators installed on Windows 2016
  • Bug Fix: Supplied Linux user needing password reset could cause orchestrator locking.
  • Bug Fix: Not supplying group for Linux File Owner on Store Creation caused the supplied owner to erroneously be used as the group for the newly create certificate store file.
  • Updgraded Nuget packages for BouncyCastle and Renci.SSH.Net

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

2.6.0

13 May 16:48
77e2a24
Compare
Choose a tag to compare

v2.6.0 (ab#55565 ab#56848 ab#48866 ab#55923 ab#55599)

  • Added ability for Linux installed universal orchestrator to manage stores as an "agent" (stores reside on same server as universal orchestrator) without the need to have SSH enabled.
  • Added ability for Linux installed universal orchestrator to manage certificate stores on Windows servers by using SSH to communicate between the Linux UO server and the Windows machines hosting the certificate stores.
  • Modified Discovery against Linux servers to use the -name option instead of -iname for the Linux shell "find" command, so Discovery will work for AIX servers.
  • Upgraded several NuGet packages.

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

2.5.0

15 Mar 14:30
3070f01
Compare
Choose a tag to compare

v2.5.0 fixes AB#55018,AB#53282

  • Add new optional custom field and config.json entries to supply a user id other than "root" for the user to "sudo into" when UseSudo = "Y". There is an optional config.json DefaultSudoImpersonatedUser that will be used at the orchestrator level, and an optional new store type custom field, SudoImpersonatedUser, that overrides the config.json setting for each certificate store.
  • Modified the optional sudo command prefix to remove the "-i" option which was creating a new shell for the impersonated id (always root up until this release). Without this option the profile for the logged in user and not the impersonated user will be used when running commands.
  • Added Regex checks for Discovery fields (file names, file extensions, and file paths) to enhance security. Only alpha numeric, "/", and "" characters are allowed for these values.

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

2.4.2

05 Feb 16:52
f0d5c63
Compare
Choose a tag to compare

Upgrade BouncyCastle.Cryptography to version 2.3.0 for RFKDB HMAC-SHA-384 support

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

2.4.1

03 Jan 22:18
f70ebd6
Compare
Choose a tag to compare
Merge pull request #42 from Keyfactor/pswd-logging

Pswd logging

2.4.0

08 Nov 17:25
7126605
Compare
Choose a tag to compare
Add new field (#40)

* Add new custom field

2.3.2

26 Oct 20:27
1b3980a
Compare
Choose a tag to compare

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

2.3.1

18 Sep 15:32
327b292
Compare
Choose a tag to compare

Discovery Bug Fix

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository