Adjust Certwatch warning period
I set up my LetsEncrypt renewal cron to run just once a week. This causes certwatch to trip because it is set to alarm on any cert that needs to be renewed in < 30 days. to adjust the Certwatch … Continue reading →
I set up my LetsEncrypt renewal cron to run just once a week. This causes certwatch to trip because it is set to alarm on any cert that needs to be renewed in < 30 days. to adjust the Certwatch … Continue reading →
Let’s Encrypt is a fantastic project put together by the non-profit Internet Security Research Group (ISRG). It is a flexible tool for setting up SSL certificates for your web sites. Installation To install on Rocky Linux 8 execute: yum -y install … Continue reading →
I have a web site that I need to limit access with a combination if username/password AND ip address running on Apache 2.4 I completed this by putting the following in a configuration file <VirtualHost mystuff.domain.com:80> <Directory /opt/mystuff> Options … Continue reading →