cm certΒΆ

cm cert(1)		      BIG-IP TMSH Manual		    cm cert(1)



NAME
       cert - Manages a CM trust certificate file.

MODULE
       cm

SYNTAX
       Display the cert component within the cm module using the syntax shown
       in the following sections.

   DISPLAY
	list cert
	list cert [ [ [name] | [glob] | [regex] ] ... ]
	show running-config cert
	show running-config cert [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    certificate-key-size
	    checksum
	    create-time
	    created-by
	    email
	    expiration-date
	    expiration-string
	    fingerprint
	    is-bundle
	    issuer
	    key-type
	    last-update-time
	    mode
	    non-default-properties
	    one-line
	    partition
	    recursive
	    revision
	    serial-number
	    size
	    source-path
	    subject
	    subject-alternative-name
	    system-path
	    updated-by
	    version

DESCRIPTION
       You can use the cert component to display CM trust certificates.

OPTIONS
       app-service
	    Displays 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-key-size
	    Displays the number of bits in the key associated with this
	    certificate.

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

       create-time
	    Displays the time at which the trust certificate was created.

       created-by
	    Displays the name of the person, who originally created the trust
	    certificate.

       email
	    Displays the email of the person, who originally created the trust
	    certificate.

       expiration-date
	    Displays the date at which the trust certificate expires. The date
	    is stored as a POSIX time.

       expiration-string
	    Displays a string representation of the trust certificate
	    expiration date.

       fingerprint
	    Specifies the cryptographic fingerprint of the trust certificate.

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

       is-bundle
	    Indicates whether the trust certificate file is a bundle (that is,
	    whether it contains more than one certificate).

       issuer
	    Displays the X.509 information for the issuer of the trust
	    certificate. If the trust certificate is a bundle, then this
	    displays the issuer information for the primary (first) trust
	    certificate in the bundle.

       key-type
	    Displays the type of cryptographic key associated with this trust
	    certificate.

       last-update-time
	    Displays the last time the trust certificate was modified.

       mode Displays the UNIX(r) file permissions mode for the file associated
	    with this trust certificate as a numerical value.

       partition
	    Displays the partition within which the trust certificate file
	    resides.

       recursive
	    Displays all objects of the specified type and the folder that
	    contains the object.

       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.

       revision
	    Displays the number of the latest revision of the trust
	    certificate. The revision starts with 1 and increments on each
	    update.

       serial-number
	    Displays the serial number of the trust certificate.

       size Displays the size (in bytes) of the file associated with the trust
	    certificate.

       source-path [URL]
	    Displays the path to the source of the trust certificate as a URL,
	    for example:

		 source-path http://cert-server/cert_store/certs/vs_132.key

		 source-path https://cert-server/cert_store/certs/vs_132.key

		 source-path
		 ftp://username:password@server/cert_store/certs/vs_132.key

       subject
	    Displays X.509 information about the subject of the trust
	    certificate. If the certificate is a bundle, then the subject
	    information for the primary (first) trust certificate in the
	    bundle displays.

       subject-alternative-name
	    Displays a standard X.509 extension as shown in RFC 2459.

       system-path
	    Displays the path to the trust certificate.

       updated-by
	    Displays the name of the person, who last updated the trust
	    certificate.

       version
	    Displays the X.509 version of the trust certificate.

SEE ALSO
       glob, list, 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-2012. All rights reserved.



BIG-IP				  2015-03-17			    cm cert(1)