Skip to content

Commit 8837600

Browse files
author
Bob Pokorny
committed
Updated Documentation to indicate the username and password fields are automatically added via Command.
1 parent 5a02aca commit 8837600

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

CHANGELOG.md

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

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

integration-manifest.json

Lines changed: 22 additions & 22 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",
@@ -187,23 +187,23 @@
187187
"Required": true,
188188
"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."
189189
},
190-
{
191-
"Name": "ServerUsername",
192-
"DisplayName": "Server Username",
193-
"Type": "Secret",
194-
"DependsOn": "",
195-
"DefaultValue": "",
196-
"Required": false,
197-
"Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'."
198-
},
190+
{
191+
"Name": "ServerUsername",
192+
"DisplayName": "Server Username",
193+
"Type": "Secret",
194+
"DependsOn": "",
195+
"DefaultValue": "",
196+
"Required": false,
197+
"Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)"
198+
},
199199
{
200200
"Name": "ServerPassword",
201201
"DisplayName": "Server Password",
202202
"Type": "Secret",
203203
"DependsOn": "",
204204
"DefaultValue": "",
205205
"Required": false,
206-
"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."
206+
"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)"
207207
},
208208
{
209209
"Name": "ServerUseSsl",
@@ -391,23 +391,23 @@
391391
"Required": true,
392392
"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."
393393
},
394-
{
395-
"Name": "ServerUsername",
396-
"DisplayName": "Server Username",
397-
"Type": "Secret",
398-
"DependsOn": "",
399-
"DefaultValue": "",
400-
"Required": false,
401-
"Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'."
402-
},
394+
{
395+
"Name": "ServerUsername",
396+
"DisplayName": "Server Username",
397+
"Type": "Secret",
398+
"DependsOn": "",
399+
"DefaultValue": "",
400+
"Required": false,
401+
"Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)"
402+
},
403403
{
404404
"Name": "ServerPassword",
405405
"DisplayName": "Server Password",
406406
"Type": "Secret",
407407
"DependsOn": "",
408408
"DefaultValue": "",
409409
"Required": false,
410-
"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."
410+
"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)"
411411
},
412412
{
413413
"Name": "ServerUseSsl",

0 commit comments

Comments
 (0)