caddy-website/src/docs/markdown/caddyfile/directives/acme_server.md

22 lines
624 B
Markdown
Raw Normal View History

---
title: acme_server (Caddyfile directive)
---
# acme_server
An embedded [ACME protocol](https://tools.ietf.org/html/rfc8555) server handler. This allows a Caddy instance to issue certificates for any other ACME-compatible software (including other Caddy instances).
When enabled, requests matching the path `/acme/*` will be handled by the ACME server.
## Client configuration
2020-06-08 16:32:57 -06:00
Using ACME server defaults, ACME clients should simply be configured to use `https://localhost/acme/local/directory` as their ACME endpoint. (`local` is the name of Caddy's default CA.)
## Syntax
```caddy-d
acme_server [<matcher>]
```