We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f0266 commit 19b591dCopy full SHA for 19b591d
test/sharness/t0165-keystore-data/README.md
@@ -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
+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 \
0 commit comments