After you learn about, create, and use secure configuration properties files for a while, you might have additional questions about troubleshooting and maximizing their use. Following are some common questions and answers. Refer as well to the topics linked to in See Also.
What if a property is defined in multiple files?
In that case, the actual property’s value will be the one in which is first defined.
Can I define a secure property that depends on a previously defined secure property?
Yes. Just use the same syntax: property=My dependent ${secure::dependent.property} value.
Note that secure configuration properties can depend on other secure configuration properties, but not on other Mule configuration properties.