10 lines
414 B
XML
10 lines
414 B
XML
<mbean name="dcm4chee.archive:service=TLSConfig">
|
|
<attribute name="EnabledProtocols" type="Security"/>
|
|
<attribute name="NeedClientAuthentication" type="Security"/>
|
|
<attribute name="KeyStoreURL" type="Security"/>
|
|
<attribute name="KeyStorePassword" type="Security"/>
|
|
<attribute name="TrustStoreURL" type="Security"/>
|
|
<attribute name="TrustStorePassword" type="Security"/>
|
|
<attribute name="State"/>
|
|
</mbean>
|