Path for Certificates from Lets Encrypt

1. Caddy version (caddy version):

2.1.1

2. How I run Caddy:

I am running Caddy on a Raspberry Pi 4 (version buster)

a. System environment:

I used your Debian apt to install Caddy on my raspberry pi

b. Command:

sudo caddy run

c. Service/unit/compose file:

NA

d. My complete Caddyfile or JSON config:

mydomain.com {
       reverse_proxy * 10.20.90.100:8080
}

mydomain.com {
       reverse_proxy * 10.20.90.100:7878
}

mydomain.com {
       reverse_proxy * 10.20.90.100:8989
}

mydomain.com{
       reverse_proxy * 10.20.90.100:8282
}

mydomain.com {
       reverse_proxy * 10.20.90.100:8976
}

mydomain.com {
       reverse_proxy * 10.20.90.100:8660
}

mydomain.com {
	reverse_proxy * localhost:88
}

3. The problem I’m having:

I need to find out the path to my certificates and private key. I need to know where they are stored on my raspberry pi.

FYI this is invalid syntax, you must have a space between your domain and the {

Anyways, the storage paths are documented here:

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