Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 423 Bytes

File metadata and controls

13 lines (11 loc) · 423 Bytes
summary
An incredible complex setup guide for free SSL certificates...

Setup

See

  1. sudo apt-get install certbot python-certbot-apache
  2. sudo certbot certonly --apache
    • If 403 Forbidden occures try run sudo chmod o+rx /var/lib/letsencrypt
  3. Now update the apache conf file to use the new cert...

Renewal

...done automatically...