Skip to content

Certificate

Boris Rybalkin edited this page May 12, 2022 · 3 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.

cd /var/snap/platform/current/
mv syncloud.crt syncloud.crt.orig
mv syncloud.key syncloud.key.orig

/snap/platform/current/bin/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