GitHub 地址

  • caddy
  • certmagic

    With CertMagic, you can add one line to your Go application to serve securely over TLS, without ever having to touch certificates. Instead of: http.``ListenAndServe``(``":80"``, mux) Use CertMagic: certmagic.``HTTPS``([]``string``{``"example.com"``}, mux)

Road

轻松启动 HTTPS 访问和自动续期是之前为人称道的特点

  • Caddy 2
  • 从插件注册看 Caddy 2 的不同