Modify This Cert Revoc Ca

post

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

Modify this cert revoc ca.

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 ca model.

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

    For this CA, determines whether certificate revocation checking is disabled.

  • For this CA, determines whether the CRL Distribution Point background downloading, to automatically update the local CRL cache, is enabled.

  • Minimum Value: 1
    Maximum Value: 300

    For this CA, determines the overall timeout for the Distribution Point CRL download, expressed in seconds.

    The valid range is 1 thru 300 seconds.

  • For this CA, determines whether the CRL Distribution Point processing to update the local CRL cache is enabled.

  • Default Value: oracle.doceng.json.BetterJsonNull@6c6f9552

    For this CA, determines the CRL Distribution Point URL to use as failover or override for the URL found in the CRLDistributionPoints extension in the certificate.

  • Default Value: FAILOVER
    Allowed Values: [ "FAILOVER", "OVERRIDE" ]

    For this CA, determines how getCrlDpUrl is used: as failover in case the URL in the certificate CRLDistributionPoints extension is invalid or not found, or as a value overriding the URL found in the certificate CRLDistributionPoints extension.

  • Default Value: oracle.doceng.json.BetterJsonNull@354ab1dc

    Determines the identity of this per-CA configuration using the distinguished name (defined in RFC 2253), which is used in certificates issued by the represented certificate authority.

    For example:

    "CN=CertGenCAB, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US"

    This will be used to match this configuration to issued certificates requiring revocation checking.

  • Read Only: true
    Default Value: false

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

  • For this CA, 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

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

    For this CA, 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.

  • For this CA, determines whether a nonce is sent with OCSP requests, to force a fresh (not pre-signed) response.

  • Default Value: oracle.doceng.json.BetterJsonNull@1c5e590e

    For this CA, determines the explicitly trusted OCSP responder certificate issuer name, when the attribute returned by getOcspResponderExplicitTrustMethod is "USE_ISSUER_SERIAL_NUMBER".

    The issuer name is formatted as a distinguished name per RFC 2253, for example "CN=CertGenCAB, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US".

    When getOcspResponderCertIssuerName returns a non-null value then the getOcspResponderCertSerialNumber must also be set.

  • Default Value: oracle.doceng.json.BetterJsonNull@2be4ca34

    For this CA, determines the explicitly trusted OCSP responder certificate serial number, when the attribute returned by getOcspResponderExplicitTrustMethod is "USE_ISSUER_SERIAL_NUMBER".

    The serial number is formatted as a hexidecimal string, with optional colon or space separators, for example "2A:FF:00".

    When getOcspResponderCertSerialNumber returns a non-null value then the getOcspResponderCertIssuerName must also be set.

  • Default Value: oracle.doceng.json.BetterJsonNull@e822678

    For this CA, determines the explicitly trusted OCSP responder certificate subject name, when the attribute returned by getOcspResponderExplicitTrustMethod is "USE_SUBJECT".

    The subject name is formatted as a distinguished name per RFC 2253, for example "CN=CertGenCAB, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US".

    In cases where the subject name alone is not sufficient to uniquely identify the certificate, then both the getOcspResponderCertIssuerName and getOcspResponderCertSerialNumber may be used instead.

  • Default Value: NONE
    Allowed Values: [ "NONE", "USE_SUBJECT", "USE_ISSUER_SERIAL_NUMBER" ]

    For this CA, determines whether the OCSP Explicit Trust model is enabled and how the trusted certificate is specified.

    The valid values:

    "NONE"

    Explicit Trust is disabled

    "USE_SUBJECT"

    Identify the trusted certificate using the subject DN specified in the attribute getOcspResponderCertSubjectName

    "USE_ISSUER_SERIAL_NUMBER"

    Identify the trusted certificate using the issuer DN and certificate serial number specified in the attributes getOcspResponderCertIssuerName and getOcspResponderCertSerialNumber, respectively.

  • Default Value: oracle.doceng.json.BetterJsonNull@5b1b4e7f

    For this CA, determines the OCSP responder URL to use as failover or override for the URL found in the certificate AIA. The usage is determined by getOcspResponderUrlUsage

  • Default Value: FAILOVER
    Allowed Values: [ "FAILOVER", "OVERRIDE" ]

    For this CA, determines how getOcspResponderUrl is used: as failover in case the URL in the certificate AIA is invalid or not found, or as a value overriding the URL found in the certificate AIA.

  • For this CA, determines whether the OCSP response local cache is enabled.

  • Minimum Value: 1
    Maximum Value: 300

    For this CA, determines the timeout for the OCSP response, expressed in seconds.

    The valid range is 1 thru 300 seconds.

  • Minimum Value: 0
    Maximum Value: 900

    For this CA, 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