diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a726cad..980d41e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,6 +65,7 @@ jobs: - name: Transform Client Private Key to DER run: | + whoami chmod 644 /test/client_certs/client.key openssl pkcs8 -topk8 -inform PEM -outform DER -in /test/client_certs/client.key -out /test/client_certs/client.der -nocrypt