-
Notifications
You must be signed in to change notification settings - Fork 6
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
37b3bf9
commit 6cfc25d
Showing
5 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...gent/internal/proservices/landscape/testdata/TestConnect/certificates/bad-certificate.pem
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 @@ | ||
This is not a valid certificate |
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
6 changes: 6 additions & 0 deletions
6
...ices/landscape/testdata/TestConnect/error_when_the_config_cannot_be_parsed/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,6 @@ | ||
{ | ||
"client": { | ||
"tags": "wsl", | ||
}, | ||
"problem": "This should be an ini file" | ||
} |
2 changes: 2 additions & 0 deletions
2
...ndscape/testdata/TestConnect/error_when_the_ssl_certificate_cannot_be_read/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,2 @@ | ||
[client] | ||
ssl_public_key = testdata/TestConnect/this_path_does_not_exist/certificate.pem |
2 changes: 2 additions & 0 deletions
2
...landscape/testdata/TestConnect/error_when_the_ssl_certificate_is_not_valid/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,2 @@ | ||
[client] | ||
ssl_public_key = testdata/TestConnect/certificates/bad-certificate.pem |