apm policy agent aaa-client-certΒΆ

apm policy agent aaa-client-ceBIG-IP TMSH Mapmapolicy agent aaa-client-cert(1)



NAME
       aaa-client-cert - Manages an AAA Client Certification agent.

MODULE
       apm policy agent

SYNTAX
       Configure the aaa-client-cert component within the policy-agent module
       using the following syntax.

   CREATE/MODIFY
	modify aaa-client-cert [name]
	create aaa-client-cert [name]
	  options:
	    app-service [[string] | none]
	    mode [request | require]

   DISPLAY
	list aaa-client-cert
	list aaa-client-cert [ [ [name] | [glob] | [regex] ] ... ]
	show running-config aaa-client-cert
	show running-config aaa-client-cert [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all
	    all-properties
	    current-module
	    non-default-properties
	    one-line
	    app-service
	    partition

   DELETE
	delete aaa-client-cert [name]

DESCRIPTION
       You can use this component to configure an AAA Client Certification
       agent.

EXAMPLES
       create aaa-client-cert MyCCagent
	    Creates the AAA Client Certification agent named MyCCagent in the
	    Common partition.

       list aaa-client-cert all
	    Displays a list of AAA Client Certification agents.

       delete aaa-client-cert MyCCagent
	    Deletes the MyCCagent AAA Client Certification agent.

OPTIONS
       [name]
	    Specifies the name of an AAA client cert agent. This setting is
	    required.

       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       mode Specifies the mode (request/require) for this certificate. The
	    options are:

	    request
		 Specifies that the system requests a valid certificate from a
		 client, but always authenticates the client.

	    require
		 Specifies that the system requires a client to present a
		 valid certificate.

       partition
	    Displays the partition within which the component resides.

SEE ALSO
       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 2011-2012. All rights reserved.



BIG-IP				  2012-10-1apm policy agent aaa-client-cert(1)