ltm auth ssl-ocspΒΆ

ltm auth ssl-ocsp(1)	      BIG-IP TMSH Manual	  ltm auth ssl-ocsp(1)



NAME
       ssl-ocsp - Configures OCSP authentication for client traffic passing
       through the traffic management system.

MODULE
       ltm auth

SYNTAX
       Configure the ssl-ocsp component within the ltm auth module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create ssl-ocsp [name]
	modify ssl-ocsp [name]
	  options:
	    description [string]
	    responders
	      [add | delete | replace-all-with] {
		[name]...
	    }
	    responders [default | none]

	edit ssl-ocsp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list ssl-ocsp
	list ssl-ocsp [ [ [name] | [glob] | [regex] ] ... ]
	show running-config ssl-ocsp
	show running-config ssl-ocsp
	  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete ssl-ocsp [name]

DESCRIPTION
       Online Certificate Status Protocol (OCSP) is an industry-standard
       protocol that offers an alternative to a certificate revocation list
       when using public-key technology. To implement an SSL OCSP
       authentication module, you must create the following objects: one or
       more OCSP responder objects, an SSL OCSP configuration object, and an
       SSL OCSP profile.

       To implement an SSL OCSP authentication module and create an SSL OCSP
       configuration object:

       1. Use the ocsp-responder component in the ltm auth module to configure
       an OCSP responder object.
       2. Use the ssl-ocsp component in the ltm auth module to configure an
       SSL OCSP configuration object to which you add the OCSP responder
       object that you created in Step 1.
       3. Use the profile component in the ltm auth module to create an
       authentication profile in which you specify the following options:
	    a. For the configuration option, specify the SSL OCSP
	    configuration object that you created in Step 2.
	    b. For the defaults-from option, specify a parent profile (either
	    the default OCSP Responder profile named ssl_ocsp or another
	    custom profile that you created).

EXAMPLES
       create ssl-ocsp my_auth_ssl-ocsp

       Creates an SSL OCSP configuration object named my_auth_ssl-ocsp.

       delete ssl-ocsp my_auth_ssl-ocsp

       Deletes the SSL OCSP configuration object named my_auth_ssl-ocsp.

OPTIONS
       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which the component
	    resides.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

       responders
	    Specifies a list of OCSP responders that you configured using the
	    ocsp-responder component in the ltm auth module.

SEE ALSO
       create, delete, edit, glob,   list, ltm auth profile, ltm auth ocsp-
       responder, ltm virtual, modify, regex, show, 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-2013. All rights reserved.



BIG-IP				  2013-04-12		  ltm auth ssl-ocsp(1)