Create A New Cert Revoc Ca
/management/weblogic/{version}/edit/securityConfiguration/certRevoc/certRevocCas
Add a new cert revoc ca to this collection.
Request
- application/json
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
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'.
Must contain a populated cert revoc ca model.
object
-
checkingDisabled:
boolean
Default Value:
false
For this CA, determines whether certificate revocation checking is disabled.
-
crlDpBackgroundDownloadEnabled:
boolean
For this CA, determines whether the CRL Distribution Point background downloading, to automatically update the local CRL cache, is enabled.
-
crlDpDownloadTimeout:
integer(int64)
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.
-
crlDpEnabled:
boolean
For this CA, determines whether the CRL Distribution Point processing to update the local CRL cache is enabled.
-
crlDpUrl:
string
Default Value:
oracle.doceng.json.BetterJsonNull@778bdf42
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.
-
crlDpUrlUsage:
string
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. -
distinguishedName:
string
Default Value:
oracle.doceng.json.BetterJsonNull@24037ea
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.
-
dynamicallyCreated:
boolean
Read Only:
true
Default Value:false
Return whether the MBean was created dynamically or is persisted to config.xml
-
failOnUnknownRevocStatus:
boolean
For this CA, determines whether certificate path checking should fail, if revocation status could not be determined.
-
id:
integer(int64)
Read Only:
true
Return the unique id of this MBean instance
-
methodOrder:
string
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.
-
name:
string
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
-
notes:
string
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.
-
ocspNonceEnabled:
boolean
For this CA, determines whether a nonce is sent with OCSP requests, to force a fresh (not pre-signed) response.
-
ocspResponderCertIssuerName:
string
Default Value:
oracle.doceng.json.BetterJsonNull@4d121ab6
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 thegetOcspResponderCertSerialNumber
must also be set. -
ocspResponderCertSerialNumber:
string
Default Value:
oracle.doceng.json.BetterJsonNull@4c14b1bd
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 thegetOcspResponderCertIssuerName
must also be set. -
ocspResponderCertSubjectName:
string
Default Value:
oracle.doceng.json.BetterJsonNull@17ae4b7c
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
andgetOcspResponderCertSerialNumber
may be used instead. -
ocspResponderExplicitTrustMethod:
string
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
andgetOcspResponderCertSerialNumber
, respectively.
-
ocspResponderUrl:
string
Default Value:
oracle.doceng.json.BetterJsonNull@543e228c
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
-
ocspResponderUrlUsage:
string
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. -
ocspResponseCacheEnabled:
boolean
For this CA, determines whether the OCSP response local cache is enabled.
-
ocspResponseTimeout:
integer(int64)
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.
-
ocspTimeTolerance:
integer(int32)
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>=900.>
-
tags:
array Items
Title:
Items
Return all tags on this Configuration MBean
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.