Skip to content

Commit 1a40d56

Browse files
committed
Fix-ClientSSLTest-Certificate
1 parent 81b0111 commit 1a40d56

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/coverage_runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- name: Copy certificates JAR to destination with the appropriate name
7474
run: |
7575
cp ${{ github.workspace }}/certs/certs.jar ${{ github.workspace }}/certs.jar
76+
unzip -p ${{ github.workspace }}/certs.jar com/hazelcast/nio/ssl/letsencrypt.jks > test/integration/backward_compatible/parallel/ssl/keystore.jks
7677
7778
- name: Install dependencies and compile client
7879
run: |

.github/workflows/nightly_runner_master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Copy certificates JAR to destination with the appropriate name
3535
run: |
3636
cp ${{ github.workspace }}/certs/certs.jar ${{ github.workspace }}/certs.jar
37+
unzip -p ${{ github.workspace }}/certs.jar com/hazelcast/nio/ssl/letsencrypt.jks > test/integration/backward_compatible/parallel/ssl/keystore.jks
3738
- name: Install dependencies and compile client
3839
run: |
3940
npm install

0 commit comments

Comments
 (0)