ltm profile ocspΒΆ

ltm profile ocsp(1)				  BIG-IP TMSH Manual				  ltm profile ocsp(1)

NAME
       ocsp - Configures a OCSP profile.

MODULE
       ltm profile

SYNTAX
       Configure the ocsp component within the ltm profile module using the syntax in the following sections.

   CREATE/MODIFY
	create ocsp [name]
	modify ocsp [name]
	  options:
	    defaults-from [ [name] | none]
	    max-age [integer]
	    nonce [enabled | disabled]

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

	mv ocsp [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

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

   DELETE
	delete ocsp [all | [name]]
	  options:
	    recursive

DESCRIPTION
       You can use the ocsp component to manage a OCSP profile.

       OCSP profile enables the traffic management system to respond to OCSP requests from clients. You can implement
       this type of profile by using the default profile, or by creating a custom profile based on the OCSP profile
       template and modifying its settings.

EXAMPLES
       create ocsp my_ocsp_profile defaults-from ocsp

       Creates a custom OCSP profile named my_ocsp_profile that inherits its settings from the system default profile
       ocsp.

       list ocsp all-properties

       Displays all properties for all OCSP profiles.

       mv ocsp /Common/my_ocsp_profile to-folder /Common/my_folder

       Moves a custom ocsp profile named my_ocsp_profile to a folder named my_folder, where my_folder has already
       been created and exists within /Common.

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

       defaults-from
	    Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings
	    and values from the parent profile specified. The default value is ocsp.

       max-age
	    Specifies the value for HTTP Response cache control header max-age. The max-age header sent to client is
	    the lesser of the configured value and validity of OCSP response. Default value is 604800 seconds.

       nonce
	    Specifies whether OCSP Nonce Request Extension is supported by the OCSP profile. Default value is
	    enabled.

       partition
	    Displays the administrative partition within which the component resides.

SEE ALSO
       create, delete, edit, glob,   list, ltm profile client-ssl, ltm virtual, modify, mv, 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 2019-2020. All rights reserved.

BIG-IP						      2020-01-29				  ltm profile ocsp(1)