Skip to content

Commit 94f71fc

Browse files
Managordmmqz
andauthored
crypto: add example (#17670)
* Update crypto.md Co-authored-by: Dylan <[email protected]>
1 parent 8ceec9c commit 94f71fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pages/cisco-ios/crypto.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@
77
- Generate an `rsa` key:
88

99
`crypto key generate rsa`
10+
11+
- Define a modulus for a key:
12+
13+
`crypto key generate rsa modulus {{1024}}`
14+
15+
- Remove all keys:
16+
17+
`crypto key zeroize`

0 commit comments

Comments
 (0)