Wilee is darvaza's official ACME (Automatic Certificate Management Environment) server and proxy implementation. It provides automated TLS certificate management following the RFC 8555 protocol.
This project is under active development. The API and features are subject to change.
Wilee implements the ACME protocol and extensions. See docs/rfc/ for protocol specifications.
Requirements: Go 1.23 or later.
For development guidelines and AI agent instructions, see AGENTS.md.
make all # Full build cycle (get deps, generate, tidy, build)
make test # Run tests
make tidy # Format and tidy (run before committing)- darvaza.org/acmefy - ACME client library.
- darvaza.org/core - Core utilities for darvaza projects.
- darvaza.org/darvaza - Darvaza proxy server.
- darvaza.org/resolver - DNS resolver library.
- darvaza.org/slog - Structured logging interface.
- darvaza.org/x - Extended utility packages.
- Apptly Open-Source Projects.