You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
v2.10.0
2
2
- Added support for Eliptical Curve (EC) private keys for RFPEM.
3
3
- For Linux hosted certificate stores, added ability to inherit file permissions and ownership when creating new stores by modifying default behavior when config.json and certificate store permissions/ownership settings are left empty.
4
-
- Added new custom field to store type definitions - IncludePortInSPN - which will set this option when creating remote Powershell connections.
4
+
- Added new optional custom field to store type definitions - IncludePortInSPN - which will set this option when creating remote Powershell connections.
5
+
- Added new optional custom field to store type definitions - FileTransferProtocol - which will act as a store level override to the config.json setting.
5
6
- Fixed documentation error in Discovery section
6
7
- Added RemoveRootCertificate custom field to integration-manifest.json. This option was previously added in v2.8.0 but never added to the integration-manifest.json.
_logger.LogDebug($"SCP upload failed. Attempting with SFTP protocol...");
191
193
else
192
194
thrownewRemoteFileException("Error attempting SCP file transfer to {Connection.Host} using login {Connection.Username} and connection method {Connection.AuthenticationMethods[0].Name}. Please contact your company's system administrator to verify connection and permission settings.",ex);
_logger.LogDebug($"SCP download failed. Attempting with SFTP protocol...");
281
283
else
282
284
thrownewRemoteFileException($"Error attempting SCP file transfer from {Connection.Host} using login {Connection.Username} and connection method {Connection.AuthenticationMethods[0].Name}. Please contact your company's system administrator to verify connection and permission settings.",ex);
@@ -288,7 +290,7 @@ public override byte[] DownloadCertificateFile(string path)
0 commit comments