-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
558a59e
commit 0d648fa
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...ta/TestLandscapeEnable/golden/success_despite_failing_to_override_the_ssl_certficate_path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[client] | ||
hello = world | ||
ssl_public_key = D:\Users\TestUser\certificate | ||
computer_title = TEST_DISTRO |
4 changes: 4 additions & 0 deletions
4
...nal/system/testdata/TestLandscapeEnable/golden/success_overriding_the_ssl_certficate_path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[client] | ||
hello = world | ||
ssl_public_key = ${FILESYSTEM_ROOT}/mnt/d/Users/TestUser/certificate | ||
computer_title = TEST_DISTRO |
3 changes: 3 additions & 0 deletions
3
...andscapeEnable/success_despite_failing_to_override_the_SSL_certficate_path/landscape.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[client] | ||
hello = world | ||
ssl_public_key = D:\Users\TestUser\certificate |
3 changes: 3 additions & 0 deletions
3
...em/testdata/TestLandscapeEnable/success_overriding_the_ssl_certficate_path/landscape.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[client] | ||
hello = world | ||
ssl_public_key = D:\Users\TestUser\certificate |