Ubuntu üzerinde ssl bağlantısı ekleme

Certbot ile birkaç adımda web sitelerinize ücretsiz ssl bağlantısı eklemek için.

sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update

sudo apt-get install certbot python3-certbot-apache

sudo certbot --apache

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir