1
0
Fork 0
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:
Managor 2025-08-16 21:00:22 +03:00 committed by GitHub
parent 8ceec9c823
commit 94f71fcc25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`