diff --git a/FAQ.md b/FAQ.md index 141995b..99bf7eb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1225,14 +1225,16 @@ https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for This video tutorial https://www.youtube.com/watch?v=MclmfYR3frk also covers this. # SSL/TLS/HTTPS setup with Caddy + Please choose to use NGINX first since our support does not know Caddy, but here is an example from contributors. +https://github.com/tommyvange/RustDeskPro-WSS + + # How to install an SSL certificate on a NGINX server https://www.ssls.com/knowledgebase/how-to-install-an-ssl-certificate-on-a-nginx-server/ -https://github.com/tommyvange/RustDeskPro-WSS - # SSL/TLS/HTTPS setup with Traefik Please choose to use NGINX first since our support does not know Traefik, but here is an example from contributors.