All Downloads are FREE. Search and download functionalities are using the official Maven repository.

groups.5.3.11.Final.source-code.asym-ssl.xml Maven / Gradle / Ivy

There is a newer version: 5.3.13.Final
Show newest version
<?xml version='1.0' encoding='UTF-8'?>
<!-- Demo config showing how to configure ASYM_ENCRYPT with a keystore and certificates -->
<config >
    <TCP bind_addr="localhost" bind_port="7600"/>
    <RED/>
    <TCPPING initial_hosts="localhost[7600]" port_range="10"/>
    <MERGE3/> 
    <FD_SOCK2/>
    <FD_ALL3/>
    <!--INJECT_VIEW/-->
    <VERIFY_SUSPECT/>
    <SSL_KEY_EXCHANGE
        keystore_name="my-keystore.jks"
        keystore_password="password"
        port_range="10"
    />
    <ASYM_ENCRYPT
            change_key_on_leave="false"
            change_key_on_coord_leave="true"
            use_external_key_exchange="true"
            sym_keylength="128"
            sym_algorithm="AES/CBC/PKCS5Padding"
            sym_iv_length="16"
            asym_keylength="512"
            asym_algorithm="RSA"/>
    <pbcast.NAKACK2 use_mcast_xmit="false"/>
    <UNICAST3/>
    <pbcast.STABLE/>
    <pbcast.GMS join_timeout="2s"/>
    <UFC/>
    <MFC/>
    <FRAG2/>
</config>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy