Why can't RustDesk use Let's Encrypt instead?
this post was submitted on 11 Dec 2025
35 points (100.0% liked)
Opensource
4591 readers
53 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
Code signing usually requires an extended validation (EV) cert or some other type with more in depth verification.
Let’s Encrypt certificates are standard Domain Validation certificates, so you can use them for any server that uses a domain name, like web servers, mail servers, FTP servers, and many more.
Email encryption and code signing require a different type of certificate that Let’s Encrypt does not issue.
Interesting. TIL. Thank you.
I did discover this collection of tools that appears to provide code signing by the Linux Foundation project: