ZIP
WinGet
Caddy
Stack Holdings GmbH. · 2.10.2 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
caddy_2.10.2_windows_arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
CaddyServer.Caddy
Version
2.10.2
Description
HTTP/2 web server with automatic HTTPS
License
Apache-2.0
↗
Homepage
https://github.com/caddyserver/caddy
Installer URL
https://github.com/caddyserver/caddy/releases/download/v2.10.2/caddy_2.10.2_windows_arm64.zip
Release Notes
This is a hotfix release to fix a couple critical issues from v2.10.1
What's Changed
- http: Make logger first, before TLS provisioning by @francislavoie in #7198
- httpcaddyfile: Fix acme_dns regression by @francislavoie in #7199
- caddyfile: Fix importing nested tokens for {block} by @BeeJay28 in #7189
Changelog
- 551f793 caddyfile: Fix importing nested tokens for {block} (#7189)
- 16fe83c http: Make logger first, before TLS provisioning (#7198)
- 4564261 httpcaddyfile: Fix acme_dns regression…