1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-31 01:13:40 +02:00
tldr/pages/cisco-ios/crypto.md
Managor 94f71fcc25
crypto: add example (#17670)
* Update crypto.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-08-16 11:00:22 -07:00

380 B

crypto

Manage cryptography. Accessed in configuration mode. More information: https://www.cisco.com/c/en/us/td/docs/security/asa/asa-cli-reference/A-H/asa-command-ref-A-H/crypto-is-cz-commands.html.

  • 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