this post was submitted on 19 Sep 2026
279 points (95.4% liked)

Selfhosted

62233 readers
642 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I know that I can simply make my own private certificate authority that only I and my family trust. But is there some public provider like letsencrypt that is in a free-er part of the world than the US?

you are viewing a single comment's thread
view the rest of the comments
[–] possiblylinux127@lemmy.zip 26 points 1 day ago (2 children)

Let's encrypt is very transparent and has been designed to be auditable. What are you worried about exactly?

[–] flandish@lemmy.world 3 points 7 hours ago (2 children)

uncle sam. audit away. until sam says “give me the keys” and then sam has the keys

[–] possiblylinux127@lemmy.zip 2 points 4 hours ago* (last edited 4 hours ago)

The transparency logs would mean that any rouge certificates created would leave a paper trail not to mention there is nothing stopping them from issuing a certificate for any domain of their choosing

[–] pdl@social.tchncs.de 7 points 7 hours ago (1 children)

@flandish @possiblylinux127 Letsencrypt just has the public keys, no private keys. If Letsencrypt gives my public keys to sam, it does not matter, because public keys are public. My private key is under my administration only.

[–] flandish@lemmy.world 1 points 7 hours ago (1 children)
[–] pdl@social.tchncs.de 5 points 6 hours ago (1 children)

@flandish Which backdoor? When I request a CA for a certificate, I send the public key to the CA. The CA does a validation and signs the certificate.
The CA does not see any traffic from my server. A man-in-the-middle needs my private key, which is under my administration. If I loose my private key, it does not matter if the certificate is signed by a US based CA or an European CA.

[–] pdl@social.tchncs.de 6 points 6 hours ago (1 children)

@flandish If US authorities want to fake my server, they can use any CA, regardless which CA I originally used.
Of course, US authorities can force Letsencrypt to revoke my certificates and block any renewing. This is very unlikely to happen. If it happens, I have to change my CA. There would be a downtime for my private services, but there is no data corruption or data loss on my servers.

[–] flandish@lemmy.world -2 points 5 hours ago (2 children)

force

and there’s your backdoor. that’s my whole point. don’t trust this gov.

[–] pdl@social.tchncs.de 3 points 5 hours ago

@flandish This is no backdoor. This is an denial of service. It's a big difference. I have to estimate the risk and decide if I want to take it. ZeroSSL uses the infrastructure of Sectigo, an US company. Sectigo can pull the plug very easily. So it is no alternative. Maybe Actalis or Certum are good alternatives. But the government of Poland has not been unproblematic in the past.

[–] Pika@sh.itjust.works 2 points 4 hours ago* (last edited 4 hours ago)

Said backdoor isn't possible with the current day key exchange process. Without the servers in use private key, the most law agencies can do without acquiring the private key is force the CA to revoke a cert, which will disallow properly configured clients from accessing and transferring data with the server.

LE doesn't have enough information to recreate the private key based off the public key, the only key distributed during the CSR process is the servers public key via a certificate signing request which is signed using your private key, which the CA then signs with it's own intermediate key (which is signed by it's root server certificate) and hands back to the private server.

The CA doesn't have the ability to create that private key, and as such doesn't have a way to decrypt traffic that is using that key. There is no concern for a backdoor in that process.

In order for the "backdoor" to exist, they would need to either copy the private key as part of the signing process (which it doesn't), or somehow force the server admin to use a new private key (that the CA also holds) or somehow compromise the servers key generation process to allow for an escrow on the private key when it was generated which would allow the CA to be able to recreate the private key using the master & public key.

Now don't take me wrong, you can still have a MiTM impersonation attack or a full impersonation bypass by the CA issuing a new certificate and having the DNS registrar have the web address go to a new server that is using the new key but, that's not something the CA alone has the capability of doing, and any traffic that is issued to the original server still wouldn't be compromised, its just clients visiting your site will end up at the other site and as such will end up using keys that the other side generated instead of your own keys and additionally said new keys would also be appearing in Certificate transparency logs, or modern day clients would refuse to use them.

[–] thericofactor@sh.itjust.works 23 points 1 day ago (1 children)

That the U.S. government can arbitrarily take down websites by revoking certificates issued by let's encrypt? How obvious can it be? I wondered the same thing as OP months ago. We need european alternatives. I think there are some, have some bookmarked somewhere.

[–] Passerby6497@lemmy.world 14 points 1 day ago (4 children)
[–] Randelung@lemmy.world 6 points 12 hours ago (1 children)

Huh, FF on Android doesn't care.

[–] Passerby6497@lemmy.world 4 points 10 hours ago (1 children)

Most browsers don't, hence my calling revocation a joke.

So many in this thread are up in arms about something the majority of browsers don't care about and have actively ignored for as long as I can recall

[–] Randelung@lemmy.world 4 points 10 hours ago (1 children)

Yeah, I was just surprised bc the page explicitly lauds FF for checking revocation.

[–] Passerby6497@lemmy.world 1 points 10 hours ago

It may only be the desktop version, most mobile browsers aren't as feature complete as their desktop counterparts.

But, given Google ripped revocation checking out of chromium, I wouldn't be surprised if they nerfed it in Android too...

[–] T4V0@lemmy.pt 1 points 8 hours ago (1 children)

Orion browser (maybe safari?) on iOS detected the revoked certificate, and asked me to confirm before accessing the website while warning about the dangers.

[–] Passerby6497@lemmy.world 1 points 5 hours ago* (last edited 5 hours ago) (1 children)

Does regular safari show the same prompt? Afaik, browsers on iOS are safari reskins, so I'm curious if they added his cert in directly again, or if the onion browser actually follows standards the os browser doesn't.

[–] T4V0@lemmy.pt 2 points 3 hours ago

Yes, but safari doesn't even let me ignore the warning, it has a explanation in detail, and only allows closing the website.

[–] DegradationDenial@feddit.nl 4 points 16 hours ago

If the certificate only lasts two months revocation isn’t necessary, just deny recertification.

[–] Viceversa@lemmy.world 1 points 1 day ago (1 children)

And what if you need to get a new certificate?

[–] possiblylinux127@lemmy.zip 2 points 22 hours ago (1 children)
[–] Alfredolin@sopuli.xyz 23 points 22 hours ago

Aren't we back at OP's question?