From e952f787a0670198b581108f3219d34abff57ba5 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 4 Oct 2023 02:43:28 +0300 Subject: [PATCH] moved ssl docs --- {tools => docs}/ssl/README.md | 4 ++-- {tools => docs}/ssl/ssl-config.sh | 0 {tools => docs}/ssl/ustreamer-proxy | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {tools => docs}/ssl/README.md (96%) rename {tools => docs}/ssl/ssl-config.sh (100%) rename {tools => docs}/ssl/ustreamer-proxy (100%) diff --git a/tools/ssl/README.md b/docs/ssl/README.md similarity index 96% rename from tools/ssl/README.md rename to docs/ssl/README.md index 87f10c63e..8205fdaa0 100644 --- a/tools/ssl/README.md +++ b/docs/ssl/README.md @@ -17,7 +17,7 @@ They have been tested using the following setup. 1. Domain registration from GoDaddy ## The Script -Below is an overview of the steps performed by `ssl-config.sh` +Below is an overview of the steps performed by `ssl-config.sh` (for Raspberry OS): 1. Install snapd - certbot uses this for installation 1. Install certbot 1. Get a free cert from Let's Encrypt using certbot @@ -47,4 +47,4 @@ Two important points to keep in mind for the future: 1. Many routers have some sort of dynamic DNS feature. This would automatically update the DNS entry for you. That functionality is outside the scope of this document. 1. SSL Renewals - certbot automatically creates a task to renew the SSL cert before it expires. Assuming the Pi is running all the time, this shouldn't be an issue. -## Enjoy! \ No newline at end of file +## Enjoy! diff --git a/tools/ssl/ssl-config.sh b/docs/ssl/ssl-config.sh similarity index 100% rename from tools/ssl/ssl-config.sh rename to docs/ssl/ssl-config.sh diff --git a/tools/ssl/ustreamer-proxy b/docs/ssl/ustreamer-proxy similarity index 100% rename from tools/ssl/ustreamer-proxy rename to docs/ssl/ustreamer-proxy