From 1e6ad28c73f7b595c7093502fae04a098d78f873 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 8 Nov 2023 22:39:52 -0700 Subject: [PATCH] More homepage work --- new/index.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/new/index.html b/new/index.html index 77a2397..1ee4960 100644 --- a/new/index.html +++ b/new/index.html @@ -258,14 +258,24 @@
-

All you need for TLS and PKI

+

Deploy your own PKI with Caddy

- Caddy is not only the world leader in certificate automation, it is also a fully-featured certificate authority for your own internal PKI. + Not only is Caddy the world leader in certificate automation, it also sports a fully-featured PKI suite for your own fully-automated internal PKI and private CAs. +

+

+ Caddy will serve your localhost and internal sites over HTTPS using its own CA. And you can create your own CA to issue certs across your infrastructure. It has a built-in ACME server, powered by Smallstep, to automate your private PKI reliably at scale.

+

Keep certificates renewed

+ Caddy is more than just a web server. For example, this config is all it takes to obtain and renew certificates for a set of domain names. +

+

+ Additional config can be written to wire up certificate maintenance events, which can then be used to integrate with external scripts and tooling. +

+
@@ -477,7 +487,7 @@ root * /var/www Flexible configuration compatible with any workflow

- Configure your server your way. Caddy's native configuration format is JSON, but with Caddy's config adapters, you can use any config format you prefer. All configuration is posted through a RESTful admin API, and Caddy's CLI helps you work with config files easily. + Configure your server your way. Caddy's native configuration format is JSON, and with Caddy's config adapters, you can use any config format you prefer. All configuration is posted through a RESTful admin API, and Caddy's CLI helps you work with config files easily.

@@ -521,7 +531,7 @@ $ curl localhost:2019/config/ | jq

Caddyfile

- Most people prefer to use a Caddyfile because it lets you get a production-ready site up and running in just a few hand-written lines. It's not uncommon for Caddyfiles to be just ~15% the size of a less-capable nginx config! + Although JSON offers ultimate control, most people prefer to use a Caddyfile because it lets you get a production-ready site up and running in just a few hand-written lines. It's not uncommon for Caddyfiles to be just ~15% the size of a less-capable nginx config.

@@ -559,7 +569,7 @@ reverse_proxy /api/* localhost:9002 Power Caddy with anything, even NGINX config files!

- With first-class support for config adaptation, you can configure your web server with your favorite format: YAML, TOML, CUE, NGINX, HCL, Dhall, JSON with comments, or even a MySQL database. The Caddyfile is a built-in config adapter. + With first-class support for config adaptation, you can configure your web server with your favorite format: YAML, TOML, CUE, NGINX, HCL, Dhall, JSON with comments, or even a MySQL database... or anything else. The Caddyfile is a built-in config adapter.