ACME "provisioner not found"
when accessing directory and using local certs
#5929
Labels
duplicate 🖇️
This issue or pull request already exists
I'm trying to run Caddy as an internal ACME CA. When I try to curl
/acme/local/directory
, I get the following response{"type":"notFound","detail":"resource not found","message":"provisioner not found"}
. I've created a bare bones test Caddyfile to reproduce the issue.Here is my Caddyfile:
After this, I try to curl using the following:
The response is then
{"type":"notFound","detail":"resource not found","message":"provisioner not found"}
.I'm expecting the ACME directory for the cert.
The text was updated successfully, but these errors were encountered: