Skip to content

Commit

Permalink
Fix openssl example in docs (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti authored Apr 29, 2024
1 parent aef2f57 commit f0a91f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developer/reference/config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ openssl genpkey -algorithm ed25519
ECDSA private keys can be generated with:

```
openssl genpkey -algorithm ec -genparam dsa -pkeyopt ec_paramgen_curve:P-256
openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:P-256
```

and similar (replace `P-256` with `P-384` or `P-521`).
Expand Down

0 comments on commit f0a91f1

Please sign in to comment.