apm policy agent aaa-ocspΒΆ

apm policy agent aaa-ocsp(1)  BIG-IP TMSH Manual  apm policy agent aaa-ocsp(1)



NAME
       aaa-ocsp - Manages an AAA OCSP (Online Certificate Status Protocol)
       agent.

MODULE
       apm policy agent

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

CREATE/MODIFY
	create aaa-ocsp [name]
	modify aaa-ocsp [name]
	  options:
	    app-service [[string] | none]
	    certificate-type 
	    ocsp-responder 

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

   DELETE
	delete aaa-ocsp [name]

DESCRIPTION
       Use this command to create, modify, display, or delete an AAA OCSP
       agent.

EXAMPLES
       create aaa-ocsp MyCCagent
	    Creates the AAA OCSP agent named MyCCagent in the Common
	    partition.

       list aaa-ocsp all
	    Displays a list of AAA OCSP agents.

       delete aaa-ocsp MyCCagent
	    Deletes the MyCCagent AAA OCSP agent.

OPTIONS
       [name]
	    Specifies the name of an agent that you want to display or delete.
	    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.

       certificate-type
	    Specifies the type of certificate to check against OCSP responder.
	    The value can be either user or machine. The default value is
	    user.

       ocsp-responder
	    Specifies which OCSP responder object to use to validate a
	    certificate.

       partition
	    Displays the partition within which the object resides.

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



BIG-IP				  2015-05-12	  apm policy agent aaa-ocsp(1)