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

Yes, the private key never leaves your machine.

You send them a certificate signing request with your public key, they put their verification stamp on it and send it to you.

The only part they have to play is verifying that your certificate is trusted by a root certificate.

  • source
  • parent