Modify This Cert Revoc

post

/management/weblogic/{version}/edit/securityConfiguration/certRevoc

Modify this cert revoc.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain the modified cert revoc model.

Root Schema : Cert Revoc
Type: object
Show Source
  • Default Value: false

    Determines whether certificate revocation checking is enabled.

  • Minimum Value: 1
    Maximum Value: 100
    Default Value: 100

    Determines the refresh period for the CRL local cache, expressed as a percentage of the validity period of the CRL.

    For example, for a validity period of 10 hours, a value of 10% specifies a refresh every 1 hour.

    The validity period is determined by the CRL, and is calculated as the (next reported update time) - (this update time).

    The valid range is 1 through 100.

  • Default Value: FILE
    Allowed Values: [ "FILE", "LDAP" ]

    Determines the type of CRL cache, related to the physical storage of the CRLs. The ldap CRL cache type can be specified, but is not currently supported.

    The value specified in this attribute determines which related CrlCacheType* attributes apply.

  • Default Value: false

    Determines whether the CRL Distribution Point background downloading, to automatically update the local CRL cache, is enabled.

  • Minimum Value: 1
    Maximum Value: 300
    Default Value: 10

    Determines the overall timeout for the Distribution Point CRL download, expressed in seconds.

    The valid range is 1 thru 300 seconds.

  • Default Value: true

    Determines whether the CRL Distribution Point processing to update the local CRL cache is enabled.

  • Read Only: true
    Default Value: false

    Return whether the MBean was created dynamically or is persisted to config.xml

  • Default Value: false

    Determines whether certificate path checking should fail, if revocation status could not be determined.

  • Read Only: true

    Return the unique id of this MBean instance

  • Default Value: OCSP_THEN_CRL
    Allowed Values: [ "OCSP", "CRL", "OCSP_THEN_CRL", "CRL_THEN_OCSP" ]

    Determines the certificate revocation checking method order.

    NOTE that omission of a specific method disables that method.

  • Read Only: true

    The user-specified name of this MBean instance.

    This name is included as one of the key properties in the MBean's javax.management.ObjectName

    Name=user-specified-name

    Constraints

    • legal null
  • Optional information that you can include to describe this configuration.

    WebLogic Server saves this note in the domain's configuration file (config.xml) as XML PCDATA. All left angle brackets (<) are converted to the xml entity <. Carriage returns/line feeds are preserved.

    Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.

  • Default Value: false

    Determines whether a nonce is sent with OCSP requests, to force a fresh (not pre-signed) response.

  • Minimum Value: 1
    Maximum Value: 2147483647
    Default Value: 1024

    Determines the maximum number of entries supported by the OCSP response local cache. The minimum value is 1.

  • Default Value: true

    Determines whether the OCSP response local cache is enabled.

  • Minimum Value: 1
    Maximum Value: 100
    Default Value: 100

    Determines the refresh period for the OCSP response local cache, expressed as a percentage of the validity period of the response.

    For example, for a validity period of 10 hours, a value of 10% specifies a refresh every 1 hour.

    The validity period is determined by the OCSP response, and is calculated as the (next reported update time) - (this update time).

    The valid range is 1 through 100.

  • Minimum Value: 1
    Maximum Value: 300
    Default Value: 10

    Determines the timeout for the OCSP response, expressed in seconds.

    The valid range is 1 thru 300 seconds.

  • Minimum Value: 0
    Maximum Value: 900
    Default Value: 0

    Determines the time tolerance value for handling clock-skew differences between clients and responders, expressed in seconds.

    The validity period of the response is extended both into the future and into the past by the specified amount of time, effectively widening the validity interval.

    The value is >=0 and <=900. 15 the maximum allowed tolerance is minutes.< p>

  • Items
    Title: Items

    Return all tags on this Configuration MBean

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

200 Response

Back to Top