summaryrefslogtreecommitdiff
path: root/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-24 19:59:33 +0300
committerPaul Buetow <paul@buetow.org>2024-08-24 19:59:33 +0300
commit113ff70ba3a1d828933a2d69a533f1124363a0bd (patch)
treeec82261b1a9bc1ddeb815b356963590c7bd33ee5 /gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md
parent5fa502f812938641419ef0d449cf80e6ba02027c (diff)
Update content for md
Diffstat (limited to 'gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md')
-rw-r--r--gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md
index b25f8669..409223fe 100644
--- a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md
+++ b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.md
@@ -29,9 +29,28 @@
ASCII Art by John Savard
```
+## Table of Contents
+
+* [⇢ Let's Encrypt with OpenBSD and Rex](#lets-encrypt-with-openbsd-and-rex)
+* [⇢ ⇢ Introduction](#introduction)
+* [⇢ ⇢ ⇢ What's Let's Encrypt?](#whats-lets-encrypt)
+* [⇢ ⇢ Meet `acme-client`](#meet-acme-client)
+* [⇢ ⇢ Configuration](#configuration)
+* [⇢ ⇢ ⇢ acme-client.conf](#acme-clientconf)
+* [⇢ ⇢ ⇢ httpd.conf](#httpdconf)
+* [⇢ ⇢ ⇢ CRON job](#cron-job)
+* [⇢ ⇢ relayd.conf and smtpd.conf](#relaydconf-and-smtpdconf)
+* [⇢ ⇢ Rexification](#rexification)
+* [⇢ ⇢ ⇢ General ACME client configuration](#general-acme-client-configuration)
+* [⇢ ⇢ ⇢ Service rexification ](#service-rexification-)
+* [⇢ ⇢ All pieces together](#all-pieces-together)
+* [⇢ ⇢ Conclusion](#conclusion)
+
+## Introduction
+
I was amazed at how easy it is to automatically generate and update Let's Encrypt certificates with OpenBSD.
-## What's Let's Encrypt?
+### What's Let's Encrypt?
> Let's Encrypt is a non-profit certificate authority run by Internet Security Research Group that provides X.509 certificates for Transport Layer Security (TLS) encryption at no charge. It is the world's largest certificate authority, used by more than 265 million websites, with the goal of all websites being secure and using HTTPS.