We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb60d4 commit 51fa450Copy full SHA for 51fa450
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
-keyout key.pem \
30
-subj "/C=US/ST=MN/L=Minneapolis/O=cosock/" \
31
&& sudo cp cert.pem /usr/local/share/ca-certificates \
32
- && update-ca-certificates
+ && sudo update-ca-certificates
33
- name: run-with-tls
34
run: |
35
./target/debug/cosock-test-server 8443 . &
0 commit comments