Create a Secure Route

You can set security parameters when you create a route with create route.

Here is the syntax for including security features using the create route command:
create route to dest_replication_server { 
...
[set username to 'user' ]
[set password to 'passwd' ]
[set security_mechanism to 'mechanism_name' |
set security_parameter to { 'required' |
    'not_required' } ]

The parameters are stored in the rs_config table in the RSSD. You must have sa permission to execute them.

Security parameters set at both ends of a route must be compatible.

Related concepts
Plan for Compatible Settings
Related reference
Security Configuration Parameters