Xiangyao (相繇) is a reverse proxy integrated with YARP, Docker.Net and Xiangyao.Acme.
See examples/docker
See examples/standalone
Enable HTTPS certificate issuance with Let's Encrypt:
xiangyao --https --lets-encrypt --acme-email admin@example.com --acme-domain-names example.comUse ZeroSSL instead with an account email. Xiangyao obtains the required EAB credentials from ZeroSSL automatically, matching acme.sh behavior:
xiangyao --https --zero-ssl --acme-email admin@example.com --acme-domain-names example.comYou can also pass dashboard-generated EAB credentials explicitly with --zero-ssl-eab-kid and --zero-ssl-eab-hmac-key.
TODO
See benchmarks