Setup Nodejs + Express + Let’s Encrypt SSL สำหรับทำ secure webhook SSL
Jan 28, 2023
sudo apt-get updatesudo add-apt-repository ppa:certbot/certbot
sudo apt-get updatesudo apt-get install certbot
คำสั่งกำหนด ชื่อ sub domain ที่เราจะสร้าง certificate
certbot certonly --manual
คำสั่ง auto renew certificate
sudo certbot renew — dry-run