SSL Certificate

From MuonPi-Wiki
Revision as of 20:58, 28 July 2020 by Marvin (talk | contribs) (Created page with "[https://raymii.org/s/tutorials/Strong_SSL_Security_On_lighttpd.html Blog Article] for the setup of a 'lighttpd' webserver with up-to-date security settings and information ab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Blog Article for the setup of a 'lighttpd' webserver with up-to-date security settings and information about possible attacks. SSL-Test from 'ssllabs.com'. How to renew the ssl-certificate on our server:

  • sudo systemctl stop lighttpd.service
  • sudo cerbot renew
  • sudo systemctl start lighttpd.service