diff --git a/static/index.html b/static/index.html index 2295fe9..f73e6b7 100644 --- a/static/index.html +++ b/static/index.html @@ -75,11 +75,16 @@ agent ws{{.secure}}://{{.host}}/agent/ID

- Above, ID is a unique id - for the job. This should not conflict with other ids. + Above, ID is a unique id for the job, the so-called rendez-cous ID. This should not conflict with IDs + used by other agents. The ID is used for a rendez-vous beetween the end-user on a local system and + the continuous integration job running on a build agent. This connects the agent to the converge server. Clients can now connect to the Converge - server to establish a connection to the CI job through converge. + server to establish a connection to the CI job through converge. Communication between + end-user and agent is encrypted using SSH and the rendez-vous server is unable to + read the contents. The rendez-vous server is nothing more then a glorified bit pipe, + simply transferring data between end-user SSH client and the agent which runs an + embedded SSH server.