Skip to content

Commit e4eef6c

Browse files
author
Bob Pokorny
committed
Merge conflicts
2 parents 7e9c968 + 8837600 commit e4eef6c

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* Fixed an issue with SSL Flags greater than 3 were not being applied correctly to newer IIS servers.
2020
* Fixed an issue when formatting private RSA keys when connecting using the ssh protocol.
2121
* When using ssh protocol in containers, the SQL ACL on private keys was not being updating correctly. This has been fixed.
22+
* Updated documentation to indicate that the username and password fields on the Cert Store are automatically added by Command.
2223

2324
2.6.3
2425
* Fixed re-enrollment or ODKG job when RDN Components contained escaped commas.

integration-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"DependsOn": "",
8181
"DefaultValue": "",
8282
"Required": false,
83-
"Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'."
83+
"Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)"
8484
},
8585
{
8686
"Name": "ServerPassword",
@@ -89,7 +89,7 @@
8989
"DependsOn": "",
9090
"DefaultValue": "",
9191
"Required": false,
92-
"Description": "Password corresponding to the Server Username used to log into the target server. When establishing a SSH session from a Linux environment, the password must include the full SSH Private key."
92+
"Description": "Password corresponding to the Server Username used to log into the target server. When establishing a SSH session from a Linux environment, the password must include the full SSH Private key. (This field is automatically created)"
9393
},
9494
{
9595
"Name": "ServerUseSsl",
@@ -172,23 +172,23 @@
172172
"Required": true,
173173
"Description": "String value specifying the port number that the Windows target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP. By default, when using ssh in a Linux environment, the default port number is 22."
174174
},
175-
{
176-
"Name": "ServerUsername",
177-
"DisplayName": "Server Username",
178-
"Type": "Secret",
179-
"DependsOn": "",
180-
"DefaultValue": "",
181-
"Required": false,
182-
"Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'."
183-
},
175+
{
176+
"Name": "ServerUsername",
177+
"DisplayName": "Server Username",
178+
"Type": "Secret",
179+
"DependsOn": "",
180+
"DefaultValue": "",
181+
"Required": false,
182+
"Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)"
183+
},
184184
{
185185
"Name": "ServerPassword",
186186
"DisplayName": "Server Password",
187187
"Type": "Secret",
188188
"DependsOn": "",
189189
"DefaultValue": "",
190190
"Required": false,
191-
"Description": "Password corresponding to the Server Username used to log into the target server. When establishing a SSH session from a Linux environment, the password must include the full SSH Private key."
191+
"Description": "Password corresponding to the Server Username used to log into the target server. When establishing a SSH session from a Linux environment, the password must include the full SSH Private key. (This field is automatically created)"
192192
},
193193
{
194194
"Name": "ServerUseSsl",

0 commit comments

Comments
 (0)