Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 16, 2023
1 parent 37b3bf9 commit 6cfc25d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is not a valid certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ openssl req \
-nodes \
-addext 'subjectAltName = IP:127.0.0.1' \
-subj "/C=US/O=Canonical/CN=CanonicalGroupLimited"

echo This is not a valid certificate > bad-certificate.pem
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"client": {
"tags": "wsl",
},
"problem": "This should be an ini file"
}
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[client]
ssl_public_key = testdata/TestConnect/certificates/bad-certificate.pem

0 comments on commit 6cfc25d

Please sign in to comment.