Skip to content

Certificate

Boris Rybalkin edited this page Dec 2, 2024 · 4 revisions

Automatic

Syncloud device will make an attempt to get a real certificate from Let's Encrypt to keep your browser green and connection security verified.

Certificate retrieval may take few minutes.

To see the logs use Settings -> Certificate -> Logs.

Regenerate

This will force certificate regeneration.

rm /var/snap/platform/current/syncloud.crt
rm /var/snap/platform/current/syncloud.key
snap run platform.cli cert

Wait until it is finished, may take 10 minutes.

Manual

If you have your own certificate you can install it by replacing these files:

/var/snap/platform/current/syncloud.crt
/var/snap/platform/current/syncloud.key

Restart web server

systemctl restart snap.platform.nginx-public
Clone this wiki locally