From 1136cbe27e2664b24a2d0b771d6827c869261414 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 8 Nov 2015 14:38:01 +0100 Subject: [PATCH] Clarify discovery server ID in URL --- users/discosrv.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/users/discosrv.rst b/users/discosrv.rst index 0798ec589..de09815be 100644 --- a/users/discosrv.rst +++ b/users/discosrv.rst @@ -72,15 +72,14 @@ from clients there are two options: Whichever option you choose, the discovery server must be given the paths to the certificate and key at startup:: - $ discosrv -cert /etc/discosrv/disco.example.com-cert.pem -key /etc/discosrv/disco.example.com-key.pem + $ discosrv -cert /path/to/cert.pem -key /path/to/key.pem Server device ID is 7DDRT7J-UICR4PM-PBIZYL3-MZOJ7X7-EX56JP6-IK6HHMW-S7EK32W-G3EUPQA The discovery server prints it's device ID at startup. In the case where you are using a non CA signed certificate, this device ID (fingerprint) must be -given to the clients in the discovery server URL: +given to the clients in the discovery server URL:: -``https://disco.example.com:8443/?id=7DDRT7J-UICR4PM-PBIZYL3-MZOJ7X7-EX56JP6 --IK6HHMW-S7EK32W-G3EUPQA``. + https://disco.example.com:8443/?id=7DDRT7J-UICR4PM-PBIZYL3-MZOJ7X7-EX56JP6-IK6HHMW-S7EK32W-G3EUPQA Pointing Syncthing at Your Discovery Server -------------------------------------------