From 6971e8efd4e41b484f1e427c90acad91dc52c117 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 10 Aug 2023 16:08:00 +0300 Subject: [PATCH] fix --- docs/letsencrypt.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/letsencrypt.md b/docs/letsencrypt.md index c954ffd..9d3120e 100644 --- a/docs/letsencrypt.md +++ b/docs/letsencrypt.md @@ -9,6 +9,8 @@ file system, special tools around Certbot are required to work with certificates This feature is available on images as old as 2022.06.19 since it requires [PST storage partition on SD card](pst.md). Ports 80+443 need to be opened if you are port forwarding for this to work properly. + +----- ## Basic setup 1. Update the OS and make sure that you are using a new image with [PST storage](pst.md). @@ -52,6 +54,8 @@ file system, special tools around Certbot are required to work with certificates # ro ``` + +----- ## Cloudflare DNS This example shows that PiKVM may not be accessible from the internet, but you can still get a certificate if you use Cloudflare DNS. @@ -88,6 +92,8 @@ This example shows that PiKVM may not be accessible from the internet, but you c 4. Next follow the basic guide starts at step 3. + +----- ## Route53 DNS This example shows that PiKVM may not be accessible from the internet, but you can still get a certificate if you use AWS Route53 DNS. Make sure you are running an image newer than 2022.06.20 and kvmd version 3.119-1 or greater. @@ -185,6 +191,7 @@ This example shows that PiKVM may not be accessible from the internet, but you c # systemctl enable --now kvmd-certbot.timer ``` +----- ## ACME DNS [ACME DNS](https://github.com/joohoi/acme-dns) is a _"Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely."_ The [acme-dns-client](https://github.com/acme-dns/acme-dns-client) works, in conjunction, with Certbot (**`kvmd-certbot`**) to enable **`DNS-01`** challenge support via ACME DNS.