Category Archives: SSL

How To Secure Apache with Let’s Encrypt on CentOS 7

Step 1 — Installing the Certbot Let’s Encrypt Client To use Let’s Encrypt to obtain an SSL certificate, you first need to install Certbot and mod_ssl, an Apache module that provides support for SSL v3 encryption. The certbot package is … Continue reading

Posted in apache, lets encrypted, My Linux, SSL | Comments Off on How To Secure Apache with Let’s Encrypt on CentOS 7

let’s encrypted command line

sudo certbot certificatesgrep -Eri ‘servername|serveralias’ /etc/apache2grep -Eri ‘SSLProtocol|SSLCipherSuite’ /etc/apache2netstat -pant | grep -i listen

Posted in My Windows, SSL, ubuntu | Comments Off on let’s encrypted command line

output apache2ctl -S

from terminal and run below apache2ctl -S

Posted in SSL, ubuntu | Comments Off on output apache2ctl -S

free HTTPS encryption for your site using Let’s Encrypt and nginx

Step 1, get the certbot-auto certificates manager: Open your server console and download the certificate manager app from https://certbot.eff.org/. cd /usr/local/bin/ && sudo wget https://dl.eff.org/certbot-auto && sudo chmod a+x certbot-auto Step 2, run certbot-auto certificates manager: sudo certbot-auto certonly -a webroot … Continue reading

Posted in SSL | Comments Off on free HTTPS encryption for your site using Let’s Encrypt and nginx

Secure Apache with Let’s Encrypt on Ubuntu 18.04

Step 1 — Installing Certbot First, add the repository: You’ll need to press ENTER to accept. Install Certbot’s Apache package with apt: Certbot is now ready to use, but in order for it to configure SSL for Apache, we need … Continue reading

Posted in SSL, ubuntu | Comments Off on Secure Apache with Let’s Encrypt on Ubuntu 18.04