mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:33:40 +02:00
crypto: add example (#17670)
* Update crypto.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
8ceec9c823
commit
94f71fcc25
1 changed files with 8 additions and 0 deletions
|
@ -7,3 +7,11 @@
|
|||
- Generate an `rsa` key:
|
||||
|
||||
`crypto key generate rsa`
|
||||
|
||||
- Define a modulus for a key:
|
||||
|
||||
`crypto key generate rsa modulus {{1024}}`
|
||||
|
||||
- Remove all keys:
|
||||
|
||||
`crypto key zeroize`
|
||||
|
|
Loading…
Add table
Reference in a new issue