1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 06:57:40 +08:00

chore: update url

This commit is contained in:
Marcin Rataj
2025-04-08 15:17:34 +02:00
parent d7f0266068
commit 19b591da9f

View File

@ -8,7 +8,7 @@ openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 > openssl_rsa.pem
```
secp key used in the 'restrict import key' test.
From: https://www.openssl.org/docs/man1.1.1/man1/openssl-genpkey.html
From: https://docs.openssl.org/1.1.1/man1/genpkey/
```bash
openssl genpkey -genparam -algorithm EC -out ecp.pem \
-pkeyopt ec_paramgen_curve:secp384r1 \