The configuration of an Elytron-compatible trust store that is exported from a legacy JSSE domain.
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.security.key-store | true |
/subsystem=elytron/ldap-key-store=* /subsystem=elytron/filtering-key-store=* /subsystem=elytron/key-store=* /subsystem=security/elytron-key-store=* |
| Type | STRING |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | resource-services |
| Stability Level | default |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| legacy-jsse-config | STRING | true | false | The name of the legacy security domain that contains a JSSE configuration that can be used to export the trust store. |
| Raw DMR model |
|
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.security.elytron-trust-store">
<param name="elytron-trust-store" value="{resource name}"/>
<param name="legacy-jsse-config" value="{value}"/>
<feature/>