File Based Trust Manager Provider
The file-based trust manager provider obtains the trusted certificates from a trust store file.
The trust store file can be in either JKS (the default Java key store format) or PKCS#12 (a standard certificate format) form.
Parent
The File Based Trust Manager Provider object inherits from Trust Manager Provider.
File Based Trust Manager Provider Properties
You can use configuration expressions to set property values at startup time. For details, see Property Value Substitution.
Basic Properties | Advanced Properties |
---|---|
enabled
Synopsis |
Indicate whether the Trust Manager Provider is enabled for use. |
Default Value |
None |
Allowed Values |
true false |
Multi-valued |
No |
Required |
Yes |
Admin Action Required |
None |
Advanced |
No |
Read-Only |
No |
trust-store-file
Synopsis |
Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDJ instance root. |
Description |
Changes to this configuration attribute take effect the next time that the trust manager is accessed. |
Default Value |
None |
Allowed Values |
An absolute path or a path that is relative to the OpenDJ directory server instance root. |
Multi-valued |
No |
Required |
Yes |
Admin Action Required |
None |
Advanced |
No |
Read-Only |
No |
trust-store-pin
Synopsis |
Specifies the clear-text PIN needed to access the File Based Trust Manager Provider . |
Default Value |
None |
Allowed Values |
A string. |
Multi-valued |
No |
Required |
No |
Admin Action Required |
None Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed. |
Advanced |
No |
Read-Only |
No |
trust-store-type
Synopsis |
Specifies the format for the data in the trust store file. |
Description |
Valid values always include 'JKS' and 'PKCS12', but different implementations can allow other values as well. If no value is provided, then the JVM default value is used. Changes to this configuration attribute take effect the next time that the trust manager is accessed. |
Default Value |
None |
Allowed Values |
Any key store format supported by the Java runtime environment. The "JKS" and "PKCS12" formats are typically available in Java environments. |
Multi-valued |
No |
Required |
No |
Admin Action Required |
None |
Advanced |
No |
Read-Only |
No |
Advanced Properties
Use the --advanced
option to access advanced properties.
java-class
Synopsis |
The fully-qualified name of the Java class that provides the File Based Trust Manager Provider implementation. |
Default Value |
org.opends.server.extensions.FileBasedTrustManagerProvider |
Allowed Values |
A Java class that extends or implements:
|
Multi-valued |
No |
Required |
Yes |
Admin Action Required |
None |
Advanced |
Yes |
Read-Only |
No |