Skip to content
Discussion options

You must be logged in to vote

Hi @LecrisUT, thanks for the questions.

  1. It is not possible to do this, because publicly trusted CAs only issue leaf certificates, they don't issue intermediates.

  2. A certificate can only be signed by one signing key. So, instead, you probably want public certificates for public endpoints, and private certificates for private endpoints that your users use. The example.com website might have a let's encrypt certificate, but the email users of example.com could use privately-issued certificates for authentication to the SMTP server.

Random people can't use Let's Encrypt to make arbitrary certificates. You have to prove domain ownership by answering a challenge request—which is part of wh…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@LecrisUT
Comment options

@tashian
Comment options

tashian Feb 9, 2021
Collaborator

@LecrisUT
Comment options

@tashian
Comment options

tashian Feb 9, 2021
Collaborator

Answer selected by LecrisUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #465 on February 09, 2021 01:51.