Excerpt |
---|
To prevent anybody |
...
from eavesdropping on the bit repository data and messages exchanged, all communication is encrypted. |
...
|
Child pages (Children Display) | ||||||
---|---|---|---|---|---|---|
|
...
Implemented in BITMAG-198@jira
|
Encrypting the communication between pillars/clients and the coordinating layer
All communication between pillars/clients and the coordinating layer may be encrypted using SSL. The certificates used in the communication between pillars/clients and coordinating layer must be trusted by the participants, and a mechanism for distributing (public) certificates is needed. A recipe for setting up Activemq pki can be found at http://activemq.apache.org/how-do-i-use-ssl.html
...
To ensure the authenticity of exchanged messages, they may be signed and optionally encrypted for confidentiality. Data transfers may be encrypted as well, using HTTPS. The certificates used for signing og encrypting data and messages are issued by the parties involved. - possibly assisted by the coordinating body.