Edit certificate information

1. The problem I’m having:

Add information to my (Let’s Encrypt) certificate.

2. Error messages and/or full log output:

Not applicable.

3. Caddy version:

2.11.4

4. How I installed and ran Caddy:

Not applicable I guess.

a. System environment:

N/A

b. Command:

N/A

c. Service/unit/compose file:

PASTE OVER THIS HERE IN THIS CODE BLOCK.
Please ensure it looks nice.

d. My complete Caddy config:

N/A

5. Links to relevant resources:

https://letsencrypt.org

You didn’t really ask a question here… you’ll need to be more specific.

Can I add more information to my existing SSL-Certificate?
And how?

What information? Why? What are you actually trying to do?

Hello @mitgedanken,

What information are you seeking to add?
What the purpose for adding this information?

Also you would actually be requesting a new certificate.

Also Let’s Encrypt puts effort in to making certificates small,
To help reduce bandwidth and negotiation time for TLS (formerly known as SSL).

Short answer: No.

Long answer: No. Let’s Encrypt only issues Domain Validation (DV) certificates. They don’t offer Organization Validation (OV) or Extended Validation (EV) certificates because those can’t be issued through an automated process.

With a DV certificate, the only information that’s included is what’s needed for the CN and SAN fields, which is essentially the site hostname or a wildcard domain. If you need additional information such as an email address, organization name, organizational unit, or country, you’ll need at least an OV certificate. As already mentioned, Let’s Encrypt doesn’t issue those.