Okay – what’s running on the frontend though? Another Caddy instance? That’s what I was missing from your explanation.
Probably not for you in this case. And it wouldn’t add any attack vectors, I don’t see how it could.
But a better approach is probably to have the frontend act as the ACME CA for your backends, and do mutual TLS (mTLS) between them. This wiki explains it well, as I think you’ve seen:
The benefit of this is trust, and you’re only managing a single CA instead of a CA per backend, of which you need to copy the root cert to the frontend.
Caddy doesn’t support multi-SAN certs (i.e. multiple names in one cert), so it’ll be a cert per name you’re using.
Check the php-fpm config. It’ll have a listen =
line which tells you how it’s running. Or check the systemd service for php-fpm and it should probably tell you as well in its logs.
Yes it works properly.