Use Letsencrypt certificate to sign a CSR

Hi,
Is it possible to use a Letsencrypt certificate to sign a CSR (e.g. to certify a local domain)?
Thanks in advance,
Georg

2 Likes

All ACME certificate requests use a CSR, that's part of the protocol. And for ALL certificates, the ownership of the hostname(s) needs to be verified. Using your "own" CSR doesn't change that.

So if the domain is only reachable (through HTTP or DNS) locally only, it won't work.

Edit: Boy, did I read the OP terribly.. Thought it was meant the other way around. But no, Let's Encrypt end leaf certificates cannot sign CSRs to create certificates.

2 Likes

Welcome to the Let's Encrypt Community, Georg :slightly_smiling_face:

No, you cannot use a certificate that you acquire from Let's Encrypt to sign a CSR.

2 Likes

Hi @mcgee23

please read the FAQ:

There you can see what's possible.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.