Install Let's Encrypt SSL Free For Website

Опубликовано: 04 Ноябрь 2024
на канале: P zodiac
17
1

Let's Encrypt is a certificate authority service that offers free TLS/SSL certificates.

Install Let's Encrypt SSL Free For Website:
service nginx stop
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
certbot --nginx --redirect
service nginx start
certbot renew