747driver Posted August 13, 2021 Report Share Posted August 13, 2021 Where is the config file located on a Synology NAS running DSM 7? According to THIS page it should be in /usr/local/resiliosync/var/ but unfortunately it does not have a resiliosync folder. I did find a config file in /volume1/@appstore/resiliosync/app but it does not look like the one on THIS page. The reason why I am asking is because I want to add the required lines to use my own trusted certificate. Quote Link to comment Share on other sites More sharing options...
747driver Posted August 13, 2021 Author Report Share Posted August 13, 2021 (edited) After many hours of trial&error I found the solution. Created a Shared folder with the name ResilioSync. Created a sub-folder with the name cert. Copied cert.pem and privkey.pem (own trusted certificate) into sub-folder cert. Used SSH to get into the Synology. Went to /volume1/@appstore/resiliosync/var In this folder you will find the configuration file sync.conf sudo vi sync.conf Enter password Add the 2 ssl lines as below: "force_https": true, "ssl_certificate" : "/volume1/ResilioSync/cert/cert.pem", "ssl_private_key" : "/volume1/ResilioSync/cert/privkey.pem" }, Save the file and restart (Stop/Start) Sync in the Package Center. Now refresh the Web UI page and the certificate issue should be solved. Edited August 18, 2021 by 747driver typo Quote Link to comment Share on other sites More sharing options...
No Thanks Posted December 12, 2021 Report Share Posted December 12, 2021 Thank you so much for coming back and sharing the fix Quote Link to comment Share on other sites More sharing options...
KV4ME Posted February 25, 2022 Report Share Posted February 25, 2022 Thx for sharing your knowledge! Quote Link to comment Share on other sites More sharing options...
ll111l1 Posted June 21, 2022 Report Share Posted June 21, 2022 what's the format of pem & key? it prints log infinitely: TLSPSK[0x00007f43f4b61540]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384 Quote Link to comment Share on other sites More sharing options...
747driver Posted June 21, 2022 Author Report Share Posted June 21, 2022 Don't know the format but I use the certificate from Control Panel - Security - Certificate - Action - Export certificate Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.