wafle_domains_verify
Automatically verify a domain, issue a Let's Encrypt certificate, and configure nginx for it. Retry anytime; the process is idempotent.
Instructions
Trigger immediate verification + SSL + nginx provisioning for a previously-added domain. Idempotent — safe to call repeatedly. The pipeline:
Probe TXT / CNAME / file methods (any one passes).
If passed → request a Let's Encrypt cert via acme.sh.
Render the per-domain nginx config and signal a reload.
Mark the domain
activeand append events to the log.
Rate-limited to 1 attempt per minute per domain (DNS + acme upstream).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom-domain row id (returned by wafle_domains_add or wafle_domains_list). | |
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. |