Cara Install Lets Encrypt di Ubuntu 20 with Apache
Bertemu lagi dengan saya Een Pahlefi, udah lama gk ngoprek2 sysadmin, kali ini een akan mendokumentasikan cara pasang lets encrypt atau SSL gratis di apache dengan sistem operasi ubuntu 20.
Saya asumsikan apache2 sudah berjalan dengan baik, langsung saja.
#apt install software-properties-common
#add-apt-repository universe
#apt update
#apt install certbot python3-certbot-apache
memulai generate certbot
#certbot --apache
SSL certificates provided by Let’s Encrypt are valid only for 90 days
#systemctl status certbot.timer
#systemctl list-timers
You can test automatic renewal for your certificates by executing this command:
#certbot renew --dry-run
Semoga Bermanfaat
Penulis : Een Pahlefi,S.Kom
0 Response to "Cara Install Lets Encrypt di Ubuntu 20 with Apache"
Post a Comment