Note for Let's Encrypt

Installing


  • For CentOS 7
sudo yum install cerbot

Geting Cert


  • webroot: For website which is running
  • standalone: Opposite of above
sudo cerbot --nginx

Renewing Cert


  • Testing renew first
certbot renew --dry-run
  • Do renew cert
certbot renew --quiet
By @Shouren in
Tags : #HTTPs,

Comments !