Acme server leaf certificates and CN

1. Caddy version (caddy version): 2.4.5

2. How I run Caddy: installed on host

a. System environment: pop_os, systemd

b. Command:

c. Service/unit/compose file:

d. My complete Caddyfile or JSON config:

my.internal.home {
reverse_proxy devmachine:8082
tls {
issuer acme https://localhost:4343/acme/acme/directory {
trusted_roots /etc/caddy/root_ca.crt
}
}

}

3. The problem I’m having:

I’ve managed to have caddy integrate with my step-ca acme server (I think) but it doesn’t seem to provision the server certificates. When I run openssl s_client, I only get the intermediate and root certificate in the chain but no server/leaf certificate.

4. Error messages and/or full log output:

5. What I already tried: I have no idea what to do next to be honest.

image

6. Links to relevant resources:

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