sys file ssl-crlΒΆ

sys file ssl-crl(1)				  BIG-IP TMSH Manual				  sys file ssl-crl(1)

NAME
       ssl-crl - Manages a SSL CRL file.

MODULE
       sys file

SYNTAX
       Configure the ssl-crl component within the sys file module using the syntax shown in the following sections.

   CREATE/MODIFY
	create ssl-crl [name]
	modify ssl-crl [name]
	  options:
	    app-service [[string] | none]
	    source-path [URL]

	edit ssl-crl [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list ssl-crl
	list ssl-crl [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete ssl-crl [name]

DESCRIPTION
       You can use the ssl-crl component to create, edit, delete, list or modify an SSL CRL file.

EXAMPLES
       create ssl-crl new-crl source-path http:/cert-server/cert_store/CRLs/latest.crl

       Downloads the CRL file from the given URL into file-store, creates an SSL CRL file named new-crl, and saves
       the given URL in the source-path attribute.

       create ssl-crl new-crl source-path file:/shared/save/copy_10.crl

       Specifies the location of the file on the local disk (use this when the file has already been created on the
       local disk).

   SUPPORTED URL FORMAT
       Supported URL schemes are HTTP, HTTPS, FTP, FTPS, and FILE.

OPTIONS
       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.

       checksum
	    Specifies a cryptographic hash or checksum of the file contents for use in verification of file
	    integrity.

       created-by
	    Specifies the user who originally created the file-object.

       create-time
	    Specifies the time at which the file-object was created.

       last-update-time
	    Specifies the last time at which the file-object was updated/modified.

       mode Specifies the UNIX file permissions mode for the file associated with this file-object as a numerical
	    value.

       revision
	    Specifies the latest revision of the file. The revision starts with 1 and gets incremented on each
	    update.

       size Specifies the size (in bytes) of the file associated with this file object.

       source-path [URL]
	    This attribute takes a URL, for example:

		 source-path http://cert-server/cert_store/CRLs/backup_10.crl

		 source-path https://cert-server/cert_store/CRLs/jan_2010.crl

		 source-path ftp://username:password@server/cert_store/CRLs/latest.crl

       updated-by
	    Specifies the user who last updated the file-object.

SEE ALSO
       create, delete, edit, glob, list, ltm profile client-ssl, ltm profile server-ssl, modify, regex, 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				  sys file ssl-crl(1)