Over 150 fun family friendly challenging number search puzzles (with answer sheets). This volume focuses on random number words between 120000 thru 129999. Minimum of 40 number words per puzzle. Each puzzle is on its own page, which not only reduces crowding but also allows for larger word print sizes for easier reading. Answer sheets for each puzzle are provided in the back of the book. Fun for yourself and for the entire family. This makes for a great gift idea as well.
How To Renew SSL With Certbot
, posted on Feb 01, 2022
From time to time you may need to renew your web site's SSL certificate. Usually this is done for you automatically by your web hosting company. However, if you host website(s) on your own web server(s), then chances are you will need to do this yourself.
This blog post describes the steps you will need to take to renew your SSL certificate with Certbot (assuming you used Certbot to configure and install your SSL).
Certbot renew
Perform the following steps to have Certbot renew all of the installed SSL certificates on a server:
Stop your web server from hosting (i.e. shut down Apache or IIS). This is required to free up port 80, otherwise the Certbot will return an error saying that port 80 is already in use.
Using Windows Explorer navigate to where your Certbot is installed and running from, which is usually C:\Program Files (x86)\Certbot\
Right mouse click on run.bat and select run as administrator. A Command Prompt console window will open and display.
In the Command Prompt window, type in:
Command Prompt
certbot renew
Once Certbot has completed renewing all exiting SSL certificates on that server, then you can close the Command Prompt window.
Restart your web server (i.e. turn the Apache or IIS instance back on).
Test the web site and ensure that it serves from an HTTPS url.
Force Renewal
If you want to force certbot to renew all certificates even before their expiration dates are near, then you can type the following into the Command Prompt certbot renew --force-renewal.
Alternatively
However, if you only want to renew a specific certificate instead of all of them, you can type the following into the Command Prompt certbot certonly --force-renew (instead of certbot rewnew) and specify each of the associated domain names with -d, such as: