File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ echo "Generate the certificate for the server:"
63
63
openssl x509 -req -days 365 -in .github/workflows/certs/server.csr -out .github/workflows/certs/server.crt -CA .github/workflows/certs/ca.crt -CAkey .github/workflows/certs/ca.key -extensions req_ext -extfile .github/workflows/certs/server.conf
64
64
65
65
# Set appropriate permissions
66
- chmod 600 .github/workflows/certs/ca.key .github/workflows/certs/server.key
67
- chmod 644 .github/workflows/certs/server.crt .github/workflows/certs/ca.crt
66
+ chmod 600 .github/workflows/certs/ca.key
67
+ chmod 644 .github/workflows/certs/server.crt .github/workflows/certs/ca.crt .github/workflows/certs/server.key
68
68
69
69
# List generated certificates
70
70
echo " Generated certificates:"
You can’t perform that action at this time.
0 commit comments