dsconfig list-trust-manager-providers — Lists existing Trust Manager Providers
dsconfig list-trust-manager-providers
{options}
The dsconfig list-trust-manager-providers command takes the following options:
--property {property}
The name of a property to be displayed.
Trust Manager Provider properties depend on the Trust Manager Provider type, which depends on the {property} you provide.
By default, OpenDJ directory server supports the following Trust Manager Provider types:
Default {property}: Blind Trust Manager Provider
Enabled by default: true
See the section called “Blind Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {property}: File Based Trust Manager Provider
Enabled by default: true
See the section called “File Based Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {property}: LDAP Trust Manager Provider
Enabled by default: true
See the section called “LDAP Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {property}: PKCS11 Trust Manager Provider
Enabled by default: true
See the section called “PKCS11 Trust Manager Provider” for the properties of this Trust Manager Provider type.
-z | --unit-size {unit}
Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes).
Trust Manager Provider properties depend on the Trust Manager Provider type, which depends on the {unit} you provide.
By default, OpenDJ directory server supports the following Trust Manager Provider types:
Default {unit}: Blind Trust Manager Provider
Enabled by default: true
See the section called “Blind Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {unit}: File Based Trust Manager Provider
Enabled by default: true
See the section called “File Based Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {unit}: LDAP Trust Manager Provider
Enabled by default: true
See the section called “LDAP Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {unit}: PKCS11 Trust Manager Provider
Enabled by default: true
See the section called “PKCS11 Trust Manager Provider” for the properties of this Trust Manager Provider type.
-m | --unit-time {unit}
Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks).
Trust Manager Provider properties depend on the Trust Manager Provider type, which depends on the {unit} you provide.
By default, OpenDJ directory server supports the following Trust Manager Provider types:
Default {unit}: Blind Trust Manager Provider
Enabled by default: true
See the section called “Blind Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {unit}: File Based Trust Manager Provider
Enabled by default: true
See the section called “File Based Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {unit}: LDAP Trust Manager Provider
Enabled by default: true
See the section called “LDAP Trust Manager Provider” for the properties of this Trust Manager Provider type.
Default {unit}: PKCS11 Trust Manager Provider
Enabled by default: true
See the section called “PKCS11 Trust Manager Provider” for the properties of this Trust Manager Provider type.
Trust Manager Providers of type blind-trust-manager-provider have the following properties:
Indicate whether the Trust Manager Provider is enabled for use.
None
true
false
No
Yes
None
No
No
The fully-qualified name of the Java class that provides the Blind Trust Manager Provider implementation.
org.opends.server.extensions.BlindTrustManagerProvider
A Java class that implements or extends the class(es): org.opends.server.api.TrustManagerProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
Trust Manager Providers of type file-based-trust-manager-provider have the following properties:
Indicate whether the Trust Manager Provider is enabled for use.
None
true
false
No
Yes
None
No
No
The fully-qualified name of the Java class that provides the File Based Trust Manager Provider implementation.
org.opends.server.extensions.FileBasedTrustManagerProvider
A Java class that implements or extends the class(es): org.opends.server.api.TrustManagerProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
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. Changes to this configuration attribute take effect the next time that the trust manager is accessed.
None
An absolute path or a path that is relative to the OpenDJ directory server instance root.
No
Yes
None
No
No
Specifies the clear-text PIN needed to access the File Based Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed.
No
No
Specifies the name of the environment variable that contains the clear-text PIN needed to access the File Based Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed.
No
No
Specifies the path to the text file whose only contents should be a single line containing the clear-text PIN needed to access the File Based Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed.
No
No
Specifies the name of the Java property that contains the clear-text PIN needed to access the File Based Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed.
No
No
Specifies the format for the data in the trust store file. 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.
None
Any key store format supported by the Java runtime environment. The "JKS" and "PKCS12" formats are typically available in Java environments.
No
No
None
No
No
Trust Manager Providers of type ldap-trust-manager-provider have the following properties:
The base DN beneath which LDAP key store entries are located.
None
A valid DN.
No
Yes
None
No
No
Indicate whether the Trust Manager Provider is enabled for use.
None
true
false
No
Yes
None
No
No
The fully-qualified name of the Java class that provides the LDAP Trust Manager Provider implementation.
org.opends.server.extensions.LDAPTrustManagerProvider
A Java class that implements or extends the class(es): org.opends.server.api.TrustManagerProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
Specifies the clear-text PIN needed to access the LDAP Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the LDAP Trust Manager Provider is accessed.
No
No
Specifies the name of the environment variable that contains the clear-text PIN needed to access the LDAP Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the LDAP Trust Manager Provider is accessed.
No
No
Specifies the path to the text file whose only contents should be a single line containing the clear-text PIN needed to access the LDAP Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the LDAP Trust Manager Provider is accessed.
No
No
Specifies the name of the Java property that contains the clear-text PIN needed to access the LDAP Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the LDAP Trust Manager Provider is accessed.
No
No
Trust Manager Providers of type pkcs11-trust-manager-provider have the following properties:
Indicate whether the Trust Manager Provider is enabled for use.
None
true
false
No
Yes
None
No
No
The fully-qualified name of the Java class that provides the PKCS11 Trust Manager Provider implementation.
org.opends.server.extensions.PKCS11TrustManagerProvider
A Java class that implements or extends the class(es): org.opends.server.api.TrustManagerProvider
No
Yes
None
Yes (Use --advanced in interactive mode.)
No
Specifies the clear-text PIN needed to access the PKCS11 Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the PKCS11 Trust Manager Provider is accessed.
No
No
Specifies the name of the environment variable that contains the clear-text PIN needed to access the PKCS11 Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the PKCS11 Trust Manager Provider is accessed.
No
No
Specifies the path to the text file whose only contents should be a single line containing the clear-text PIN needed to access the PKCS11 Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the PKCS11 Trust Manager Provider is accessed.
No
No
Specifies the name of the Java property that contains the clear-text PIN needed to access the PKCS11 Trust Manager Provider .
None
A String
No
No
None
Changes to this property will take effect the next time that the PKCS11 Trust Manager Provider is accessed.
No
No