ltm auth crldp-serverΒΆ

ltm auth crldp-server(1)			  BIG-IP TMSH Manual			     ltm auth crldp-server(1)

NAME
       crldp-server - Creates a Certificate Revocation List Distribution Point (CRDLP) server for implementing a
       CRLDP authentication module.

MODULE
       ltm auth

SYNTAX
       Configure the crldp-server component within the ltm auth module using the syntax in the following sections.

   CREATE/MODIFY
	create crldp-server [name]
	modify crldp-server [name]
	  options:
	    app-service [[string] | none]
	    base-dn [ [LDAP base directory name] | none]
	    description [string]
	    host [ [ip address] | none]
	    port [ [name] | [number] ]
	    reverse-dn [disabled | enabled]

	edit crldp-server [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

   DELETE
	delete crldp-server [name]

DESCRIPTION
       CRLDP authentication is a mechanism for checking certificate revocation status for client connections passing
       through the BIG-IP(r) system. This module is useful when your authentication data is stored on a remote CRLDP
       server.

       To implement a CRLDP authentication module and create a CRLDP server:

       1. Use the crldp-server component in the ltm auth module to create a CRLDP server.
       2. Use the ssl-crldp component in the ltm auth module to configure a CRLDP configuration object and associate
       it with the server 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 CRLDP configuration object that you created in Step 2.
	    b. For the defaults-from option, specify a parent profile (either the default profile named ssl_crldp or
	    another custom profile that you created).

EXAMPLES
       create crldp-server my_crldp_server

       Creates a CRLDP server named my_crldp_server.

       delete crldp-server my_crldp_server

       Deletes a CRLDP server named my_crldp_server.

OPTIONS
       app-service
	    Specifies the name of the application service to which the CRLDP server 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 CRLDP server. Only the application service can modify or delete the CRLDP
	    server.

       base-dn
	    Specifies the LDAP base directory name for certificates that specify the CRL distribution point in
	    directory name format (dirName). The default value is none.

	    Use this option when the value of the X509v3 attribute crlDistributionPoints is of type dirName. In this
	    case, the BIG-IP system attempts to match the value of the crlDistributionPoints attribute to the value
	    of the base-dn option. An example of a base-dn value is cn=lxxx,dc=f5,dc=com.

       description
	    User defined description.

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

       host Specifies an IP address for the CRLDP server. This option is required. The default value is none.

       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.

       port Specifies the port for CRLDP authentication traffic. The default value is 389.

       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.

       reverse-dn
	    Specifies in which order the system attempts to match the value of the base-dn option to the value of the
	    X509v3 attribute crlDistributionPoints. When enabled, the system matches the value of the base-dn option
	    from left to right, or from the beginning of the DN string, to accommodate dirName strings in
	    certificates such as C=US,ST=WA,L=SEA,OU=F5,CN=xxx. The default value is disabled.

SEE ALSO
       create, delete, edit, glob, list, ltm auth profile, ltm auth ssl-crldp, ltm virtual, modify, reset-stats,
       regex, reset-stats, 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 crldp-server(1)