sys crypto fips keyΒΆ

sys crypto fips key(1)	      BIG-IP TMSH Manual	sys crypto fips key(1)



NAME
       key - Manage FIPS keys

MODULE
       sys crypto fips

SYNTAX
       Manage cryptographic keys within the sys crypto fips module using the
       syntax in the following section.

   SHOW
	show key [key ID]
	  options:
	    field-fmt
	    all-properties
	    include-public-keys

   DELETE
	delete key [key ID]

DESCRIPTION
       You can use the key component to show and delete cryptographic keys
       contained in the FIPS hardware.

EXAMPLES
       show key

       Displays the list of all private keys stored in the FIPS hardware and
       their meta-data.

       show key bef8221fd25a27cda51b3904bc2f5fb8

       Displays information specifically about the FIPS key with the key ID
       "bef8221fd25a27cda51b3904bc2f5fb8".

       show key field-fmt

       Displays, in field format, information about private keys stored in the
       FIPS hardware.

       show key all-properties

       Displays all information about the FIPS contained private keys,
       including: handle, a numerical value used by the FIPS hardware to
       identify individual keys; modulus-length, the cryptographic modulus
       length of the key; and modulus, the modulus associated with the key,
       displayed as a string of hex octets separated by colons.

       show key include-public-keys

       Displays the list of all private and public keys stored in the FIPS
       hardware and their meta-data. Note that public keys are not displayed
       by default and need not exist for normal operation of FIPS hardware.

       delete key bef8221fd25a27cda51b3904bc2f5fb8

       Deletes the FIPS key with the key ID "bef8221fd25a27cda51b3904bc2f5fb8"
       from the system.

OPTIONS
       include-public-keys

       Specifies that public keys should be selected for output in addition to
       private.

       For information about the options that you can use with the command
       show, see help show.

SEE ALSO
       show, delete, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2012. All rights reserved.



BIG-IP				  2015-09-18		sys crypto fips key(1)