util verify encryptionΒΆ

util verify encryption(1)			  BIG-IP TMSH Manual			    util verify encryption(1)

NAME
       verify-encryption - Runs the encrypted attributes diagnostics utility

MODULE
       util

SYNTAX
       Run the verify-encryption utility from within the util module using the following syntax:

	run util verify-encryption
	run util verify-encryption 

DESCRIPTION
       The verify-encryption runs the /usr/sbin/lssa utility that diagnoses issues with encrypted attributes.

       When running this utility, it looks through the files /config/bigip.conf, /config/bigip_base.conf,
       /config/profile_base.conf, /config/bigip_user.conf and returns lines that match the regular expression of
       keys, but can't actually be decrypted by the master key. Optionally, a file list can be provided as
       parameters. Only the specified files will be searched in this case.

EXAMPLES
       run util verify-encryption

       Runs the lssa utility for the files /config/bigip.conf, /config/bigip_base.conf, /config/profile_base.conf,
       /config/bigip_user.conf.

       run util verify-encryption /config/partitions/partA/bigip.conf /config/partitions/partB/bigip.conf

       Runs the lssa utility for the space separated file-list.

SEE ALSO
       run, 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 2008-2015 All rights reserved.

BIG-IP						      2015-10-20			    util verify encryption(1)