View This Certificate Management

get

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

View this certificate management.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
  • The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this certificate management.

This method can return the following links:

  • rel=certificateIssuerPluginCreateForm uri=/management/weblogic/{version}/edit/securityConfiguration/certificateManagement/certificateIssuerPluginCreateForm

    The create form resource for this resource's certificateIssuerPlugins collection resource.

  • rel=certificateIssuerPlugins uri=/management/weblogic/{version}/edit/securityConfiguration/certificateManagement/certificateIssuerPlugins

    This resource's certificateIssuerPlugins collection resource.

  • rel=configurationProperties uri=/management/weblogic/{version}/edit/securityConfiguration/certificateManagement/configurationProperties

    This resource's configurationProperties collection resource.

  • rel=configurationPropertyCreateForm uri=/management/weblogic/{version}/edit/securityConfiguration/certificateManagement/configurationPropertyCreateForm

    The create form resource for this resource's configurationProperties collection resource.

Body ()
Root Schema : Certificate Management
Type: object
Show Source
  • Minimum Value: 45
    Maximum Value: 1825
    Default Value: 365

    Returns the validity period (certificate lifetime) that the Domain Certificates Issuer should set when generating a new Certificate Authority certificate. The validity period is expressed in days.

  • Minimum Value: 1
    Maximum Value: 7
    Default Value: 1

    Returns the certificate check interval -- how often the Certificate Management Service should check for/refresh expiring certificates (in days).

  • Minimum Value: 5
    Maximum Value: 30
    Default Value: 10

    Returns the certificate refresh window. The Certificate Management Service will refresh an expiring certificate when its remaining lifetime is less than this number of days.

  • Minimum Value: 15
    Maximum Value: 365
    Default Value: 90

    Returns the validity period (certificate lifetime) that the Domain Certificates Issuer should set when generating a new certificate. The validity period is expressed in days.

  • Read Only: true
    Default Value: false

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

  • Default Value: false

    Returns true or false to indicate whether the Certificate Management Service is enabled or not.

  • Read Only: true

    Return the unique id of this MBean instance

  • Default Value: true

    Whether the Domain Certificates Issuer should include the self-signed root CA in the certificate chain for a generated certificate.

  • Default Value: false

    Whether or not the domain should trust the Java Standard Trust certificates, in addition to the Domain Certificate Authority certificate(s) and any Provisioned Trust certificates. Java Standard Trust is a collection of well-known, trusted root certificate authorities distributed (and updated) as part of the JDK.

  • 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

    Returns true or false to indicate whether the Provisioned Certificates Issuer is enabled or not.

  • Default Value: false

    Returns the single purpose certificates enabled value: whether the Domain Certificates Issuer should generate separate, single-purpose certificates for different purposes (server authentication, client authentication, signing and encryption), or generate one certificate that supports all those purposes.

    Constraints

    • secure default : true
  • Default Value: hostname, address, loopback, listen_address_all, virtual_host_all

    A space- or comma-separated list of words representing the Subject Alternative Names that the Domain Certificates Issuer should include when generating a server certificate.

    Each word must be one of the subject name constants defined by the CertificateConfigurationConstants interface. When generating a certificate, the Certificate Management Service replaces each constant with the corresponding value(s) obtained from the target server's configuration or the host it's running on.

    The certificate's CN attribute will be included as a Subject Alternative Name even if it is not explicitly configured here.

  • Default Value: hostname
    Allowed Values: [ "hostname", "listen_address" ]

    The name the Domain Certificates Issuer should use for the CN attribute of a certificate's Subject: either the local hostname (hostname) or the server's listen address (listen_address).

    If no listen address is configured for the server, hostname will be used instead, regardless of the value set here.

    The CN value will also be added as a Subject Alternative Name (even if it is not explicitly configured as a Subject Alternative Name).

  • 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
Back to Top