moved ssl docs

This commit is contained in:
Maxim Devaev 2023-10-04 02:43:28 +03:00
parent b3e4ea9c0f
commit e952f787a0
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ They have been tested using the following setup.
1. Domain registration from GoDaddy 1. Domain registration from GoDaddy
## The Script ## 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 snapd - certbot uses this for installation
1. Install certbot 1. Install certbot
1. Get a free cert from Let's Encrypt using 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. 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. 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! ## Enjoy!