2023-04-14 20:54:26 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Caddy - The Ultimate Server with Automatic HTTPS</title>
|
|
|
|
{{include "/includes/head.html"}}
|
2023-09-19 09:30:32 -06:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="/resources/css/vendor/asciinema-player-3.6.1.css">
|
|
|
|
<script src="/resources/js/vendor/asciinema-player-3.6.1.min.js"></script>
|
|
|
|
|
2023-04-14 20:54:26 -06:00
|
|
|
<link rel="stylesheet" href="/resources/css/home.css">
|
2023-09-19 09:30:32 -06:00
|
|
|
|
2023-04-14 20:54:26 -06:00
|
|
|
<!-- <meta property="og:title" content="Caddy 2 - The Ultimate Server with Automatic HTTPS">
|
2023-09-19 09:30:32 -06:00
|
|
|
<meta name="twitter:title" value="Caddy 2 - The Ultimate Server with Automatic HTTPS"> -->
|
2023-04-14 20:54:26 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="hero">
|
2023-05-26 23:12:07 -06:00
|
|
|
{{include "/includes/header.html" "dark-header"}}
|
2023-09-19 09:30:32 -06:00
|
|
|
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="vertical-padding">
|
|
|
|
<div class="asides">
|
|
|
|
<div>
|
|
|
|
<h1>
|
|
|
|
<div class="color-dodge">
|
|
|
|
<div class="the">The</div>
|
|
|
|
Ultimate Server
|
|
|
|
</div>
|
|
|
|
<div class="sub-h1">
|
2023-09-25 12:29:34 -06:00
|
|
|
makes your sites more <b>secure</b>, more <b>reliable</b>, and more <b>scalable</b> than any other solution.
|
2023-09-19 09:30:32 -06:00
|
|
|
</div>
|
|
|
|
</h1>
|
2023-09-19 23:03:11 -06:00
|
|
|
|
|
|
|
<div class="action-buttons">
|
|
|
|
<a href="/download" class="button primary">Download</a>
|
|
|
|
<a href="/docs/" class="button cool">Docs<sh></sh></a>
|
2023-09-25 17:00:02 -06:00
|
|
|
<iframe src="https://ghbtns.com/github-btn.html?user=caddyserver&repo=caddy&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px" class="github-stars" style="margin: 0 auto; align-self: center;"></iframe>
|
2023-09-19 23:03:11 -06:00
|
|
|
</div>
|
2023-09-19 09:30:32 -06:00
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div class="display right">
|
|
|
|
<div class="caption">
|
|
|
|
<div id="demo"></div>
|
|
|
|
Play screencast to see Caddy serve HTTPS in < 1 minute.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-20 16:27:38 -06:00
|
|
|
|
|
|
|
<div class="sponsors-leaders">
|
|
|
|
<h3>Sponsored by <b>leaders</b></h3>
|
|
|
|
<div class ="sponsor-logos">
|
2023-09-25 12:29:34 -06:00
|
|
|
<a href="https://zerossl.com" target="_blank">
|
2023-09-20 16:27:38 -06:00
|
|
|
<img src="/resources/images/sponsors/zerossl-dark.svg" alt="ZeroSSL">
|
|
|
|
</a>
|
2023-09-25 12:29:34 -06:00
|
|
|
<a href="https://stripe.com" target="_blank">
|
2023-09-20 16:27:38 -06:00
|
|
|
<img src="/resources/images/sponsors/stripe-dark.svg" alt="Stripe">
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<a href="/sponsor" class="button purple">Sponsorship info</a>
|
|
|
|
</div>
|
2023-09-19 09:30:32 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-04-14 20:54:26 -06:00
|
|
|
</div>
|
|
|
|
|
2023-09-19 09:30:32 -06:00
|
|
|
|
2023-09-20 16:27:38 -06:00
|
|
|
<div class="wavy-top">
|
|
|
|
<div class="bgtext">
|
|
|
|
Every<br>
|
|
|
|
<span class="site-on">site on</span><br>
|
|
|
|
HTTPS
|
|
|
|
</div>
|
|
|
|
<h2>
|
2023-09-25 12:29:34 -06:00
|
|
|
<b>By default, </b>Caddy <b>automatically obtains</b> and <b>renews</b> TLS certificates for <b>all your sites.</b>
|
2023-09-20 16:27:38 -06:00
|
|
|
</h2>
|
2023-09-25 12:29:34 -06:00
|
|
|
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="wrapper feature cols">
|
2023-09-25 12:29:34 -06:00
|
|
|
<div class="col">
|
|
|
|
<h3 class="green">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="purple">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="blue">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-20 16:27:38 -06:00
|
|
|
</div>
|
|
|
|
|
2023-09-25 12:29:34 -06:00
|
|
|
<section>
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="section-upset">
|
|
|
|
<div class="wrapper">
|
|
|
|
<h2>
|
|
|
|
The <b>most advanced</b> HTTPS server <b>in the world</b>
|
|
|
|
</h2>
|
|
|
|
</div>
|
2023-09-25 12:29:34 -06:00
|
|
|
</div>
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="wrapper">
|
|
|
|
<div class="feature cols">
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="green">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="purple">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="blue">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-25 12:29:34 -06:00
|
|
|
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="demobox">
|
|
|
|
<h2>Experience it</h2>
|
2023-09-25 12:29:34 -06:00
|
|
|
<p>
|
2023-09-25 17:00:02 -06:00
|
|
|
<b>Discover Caddy's automagic HTTPS features.</b>
|
2023-09-25 12:29:34 -06:00
|
|
|
</p>
|
|
|
|
<p>
|
2023-09-25 17:00:02 -06:00
|
|
|
Point any subdomain named <b><code>caddydemo</code></b> to:
|
|
|
|
</p>
|
|
|
|
<p class="demo-ips">
|
|
|
|
<code>
|
|
|
|
<span class="record-type">A</span>
|
|
|
|
<span class="demo-ip">1.2.3.4</span>
|
|
|
|
</code>
|
|
|
|
<code>
|
|
|
|
<span class="record-type">AAAA</span>
|
|
|
|
<span class="demo-ip">::f00</span>
|
|
|
|
</code>
|
2023-09-25 12:29:34 -06:00
|
|
|
</p>
|
|
|
|
<p>
|
2023-09-25 17:00:02 -06:00
|
|
|
Then <b>visit it</b> in your browser.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
You'll notice how Caddy <b>provisions a certificate</b> for your domain <b>automatically.</b>
|
2023-09-25 12:29:34 -06:00
|
|
|
</p>
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="demo-help">
|
|
|
|
<p>
|
|
|
|
Caddy is capable of serving TLS for any domains and IPs. This demo is intentionally restricted.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<b>Not working?</b> Make sure to use a subdomain of a registered domain, not a "sub-subdomain."
|
|
|
|
Verify you have created the public DNS records shown above with the correct values.
|
|
|
|
You may have to allow time for propagation. Consult your DNS provider's documentation or support for more information.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<b>Example subdomains that could work:</b> <code>caddydemo.example.net</code>, <code>caddydemo.example.co.uk</code>
|
|
|
|
</p>
|
|
|
|
</div>
|
2023-09-25 12:29:34 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-25 17:00:02 -06:00
|
|
|
</section>
|
2023-09-25 12:29:34 -06:00
|
|
|
|
2023-09-25 17:00:02 -06:00
|
|
|
<section class="diagonal down dark feature">
|
|
|
|
<div class="wrapper">
|
|
|
|
<h2>
|
|
|
|
A truly forward-thinking reverse proxy
|
|
|
|
</h2>
|
2023-09-25 12:29:34 -06:00
|
|
|
<p>
|
2023-09-25 17:00:02 -06:00
|
|
|
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
|
|
|
|
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
|
2023-09-25 12:29:34 -06:00
|
|
|
</p>
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="cols">
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="green">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="purple">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="blue">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h2>
|
|
|
|
Production-grade static file server
|
|
|
|
</h2>
|
2023-09-25 12:29:34 -06:00
|
|
|
<p>
|
2023-09-25 17:00:02 -06:00
|
|
|
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
|
|
|
|
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
|
2023-09-25 12:29:34 -06:00
|
|
|
</p>
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="cols">
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="green">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="purple">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="blue">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="feature">
|
|
|
|
<div class="wrapper">
|
|
|
|
<h2>
|
|
|
|
Flexible configuration for all production environments
|
|
|
|
</h2>
|
2023-09-25 12:29:34 -06:00
|
|
|
<p>
|
2023-09-25 17:00:02 -06:00
|
|
|
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
|
|
|
|
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
|
2023-09-25 12:29:34 -06:00
|
|
|
</p>
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="cols">
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="green">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="purple">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="blue">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section class="diagonal up light feature">
|
|
|
|
<div class="wrapper">
|
|
|
|
<h2>
|
|
|
|
Unparalleled extensibility
|
|
|
|
</h2>
|
2023-09-25 12:29:34 -06:00
|
|
|
<p>
|
2023-09-25 17:00:02 -06:00
|
|
|
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
|
|
|
|
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
|
2023-09-25 12:29:34 -06:00
|
|
|
</p>
|
2023-09-25 17:00:02 -06:00
|
|
|
<div class="cols">
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="green">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="purple">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="blue">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
2023-09-25 12:29:34 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2023-09-25 17:00:02 -06:00
|
|
|
|
|
|
|
<section class="feature">
|
2023-09-25 12:29:34 -06:00
|
|
|
<div class="wrapper">
|
|
|
|
<h2>
|
2023-09-25 17:00:02 -06:00
|
|
|
The gold standard web server
|
2023-09-25 12:29:34 -06:00
|
|
|
</h2>
|
2023-09-25 17:00:02 -06:00
|
|
|
<p>
|
|
|
|
Caddy keeps your sites up when other servers let you down.
|
|
|
|
</p>
|
|
|
|
<div class="cols">
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="green">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="purple">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<h3 class="blue">Dynamically provision certificates</h3>
|
|
|
|
<p>
|
|
|
|
With On-Demand TLS, only Caddy obtains, renews, and maintains certificates on-the-fly during TLS handshakes. Perfect for customer-owned domains.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-25 12:29:34 -06:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2023-09-20 16:27:38 -06:00
|
|
|
|
2023-09-25 17:00:02 -06:00
|
|
|
<footer>
|
|
|
|
<div class="wrapper">
|
|
|
|
<div>
|
|
|
|
<img src="/resources/images/logo-dark.svg" class="logo" alt="Caddy web server">
|
|
|
|
<p>
|
|
|
|
An awesome <a href="https://github.com/caddyserver/caddy">open source</a> project
|
|
|
|
that relies on <a href="/sponsor">sponsors</a>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="https://usefathom.com/ref/AUKNWU">Privacy-respecting analytics</a> by Fathom
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<p>
|
|
|
|
© {{now | date "2006"}} Stack Holdings. All rights reserved.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="link-col" style="margin-left: auto;">
|
|
|
|
<div class="col-header">Project</div>
|
|
|
|
<a href="#">Features</a>
|
|
|
|
<a href="#">Download</a>
|
|
|
|
<a href="#">Documentation</a>
|
|
|
|
<a href="#">Get involved</a>
|
|
|
|
</div>
|
|
|
|
<div class="link-col">
|
|
|
|
<div class="col-header">Business services</div>
|
|
|
|
<a href="#">Support</a>
|
|
|
|
<a href="#">Development</a>
|
|
|
|
<a href="#">Training</a>
|
|
|
|
</div>
|
|
|
|
<div class="link-col">
|
|
|
|
<div class="col-header">Community</div>
|
|
|
|
<a href="https://caddy.community">Forum</a>
|
|
|
|
<a href="https://github.com/caddyserver">GitHub</a>
|
|
|
|
<a href="https://twitter.com/caddyserver">Twitter / X</a>
|
|
|
|
<a href="/research">Research</a>
|
|
|
|
</div>
|
|
|
|
<div class="link-col" style="margin-right: auto;">
|
|
|
|
<div class="col-header">Contact</div>
|
|
|
|
<a href="https://caddy.community">Sales</a>
|
|
|
|
<a href="https://github.com/caddyserver">Email</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
2023-09-19 09:30:32 -06:00
|
|
|
<script>
|
|
|
|
AsciinemaPlayer.create('/resources/321140.cast', $('#demo'), {
|
|
|
|
preload: true,
|
|
|
|
autoPlay: true,
|
|
|
|
controls: true
|
|
|
|
});
|
|
|
|
</script>
|
2023-04-14 20:54:26 -06:00
|
|
|
</body>
|
|
|
|
</html>
|