WebLogic Keystore Provider-->General
Tasks Related Topics Attributes
Overview
Use this page to configure a WebLogic Keystore provider for a security realm. A keystore is a mechanism designed to store password-protected store private keys and trusted CA certificates. In the WebLogic Server security architecture, the WebLogic Keystore provider is used to access keystores. You cannot use a custom Keystore provider with WebLogic Server. Note that the WebLogic Keystore provider is deprecated in this release of WebLogic Server.
Tasks
Related Topics
Introduction to WebLogic Security
Developing Security Providers for WebLogic Server
Securing a Production Environment
The Security topics in the WebLogic Server 8.1 Upgrade Guide
The Security page in the WebLogic Server documentation
Attributes
Attribute Label
Description
Value Constraints
Name The name of this WebLogic Keystore provider.MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBeanAttribute: Name
Version The version of this WebLogic Keystore provider.MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBeanAttribute: VersionDefault: "1.0" Description A short description of this WebLogic Keystore provider.MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBeanAttribute: DescriptionDefault: "WebLogic Keystore Security provider that obtains secured private keys and trusted CA certificates from a keystore." Private Keystore Location The location of a JKS keystore that contains private keys for WebLogic Server. That is, a directory and filename location that is either a complete file path, or is relative to the server's root directory. MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBeanAttribute: PrivateKeyStoreLocationDefault: "wlDefaultKeyStore.jks" Private Keystore Pass Phrase The password for the private keystore that is specified in the Private Keystore Location field. If you set a null value, no password is required to access the private Keystore. MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBeanAttribute: PrivateKeyStorePassPhraseDefault: emptyEncrypted: yes Root CA Keystore Location The location of a JKS keystore that contains trusted CAs for WebLogic Server. The configured keystore implementation determines the input requirements for this attribute. For more information about legal values, refer to the documentation supplied by the keystore security vendor.MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBeanAttribute: RootCAKeyStoreLocationDefault: empty Root CA Keystore Pass Phrase The password for the keystore that is specified by the RootCAKeyStoreLocation attribute. If you set a null value, no password is required to access the keystore that contains trusted CAs. This behavior may be overridden by the configured keystore implementation. For more information about legal values, refer to the documentation supplied by the keystore security vendor.MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBeanAttribute: RootCAKeyStorePassPhraseDefault:emptyEncrypted: yes Type The type of keystore.MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBeanAttribute: TypeDefault: "jks"