Skip to content

Commit 001405c

Browse files
committed
use RSA as default
1 parent b4095a3 commit 001405c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kvrocks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
if [[ -n "${{ matrix.with_openssl }}" ]] && [[ "${{ matrix.os }}" == ubuntu* ]]; then
307307
git clone https://github.com/jsha/minica
308308
cd minica && git checkout v1.1.0 && go build && cd ..
309-
./minica/minica --domains localhost
309+
./minica/minica --ca-alg rsa --domains localhost
310310
cp localhost/cert.pem tests/gocase/tls/cert/server.crt
311311
cp localhost/key.pem tests/gocase/tls/cert/server.key
312312
cp minica.pem tests/gocase/tls/cert/ca.crt

0 commit comments

Comments
 (0)