chore: update url
Marcin Rataj committed
Apr 8, 2025 at 15:17 UTC
19b591da9fc0601744d0f0879e4f237992a738c2
1 file changed
+1
-1
test/sharness/t0165-keystore-data/README.md
+1
-1
@@ -8,7 +8,7 @@ openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 > openssl_rsa.pem
8
```
9
10
secp key used in the 'restrict import key' test.
11
-From: https://www.openssl.org/docs/man1.1.1/man1/openssl-genpkey.html
11
+From: https://docs.openssl.org/1.1.1/man1/genpkey/
12
```bash
13
openssl genpkey -genparam -algorithm EC -out ecp.pem \
14
-pkeyopt ec_paramgen_curve:secp384r1 \