We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4095a3 commit 001405cCopy full SHA for 001405c
.github/workflows/kvrocks.yaml
@@ -306,7 +306,7 @@ jobs:
306
if [[ -n "${{ matrix.with_openssl }}" ]] && [[ "${{ matrix.os }}" == ubuntu* ]]; then
307
git clone https://github.com/jsha/minica
308
cd minica && git checkout v1.1.0 && go build && cd ..
309
- ./minica/minica --domains localhost
+ ./minica/minica --ca-alg rsa --domains localhost
310
cp localhost/cert.pem tests/gocase/tls/cert/server.crt
311
cp localhost/key.pem tests/gocase/tls/cert/server.key
312
cp minica.pem tests/gocase/tls/cert/ca.crt
0 commit comments