Updated FAQ (markdown)

RustDesk
2026-03-11 22:29:19 +08:00
parent aaa3beb599
commit f7b20e0cec

6
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. This video tutorial https://www.youtube.com/watch?v=MclmfYR3frk also covers this.
# SSL/TLS/HTTPS setup with Caddy # 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. 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 # 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://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 # 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. Please choose to use NGINX first since our support does not know Traefik, but here is an example from contributors.