Difference between revisions of "SSL Certificate"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[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 about possible attacks.<br> | [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 about possible attacks.<br> | ||
− | [https://www.ssllabs.com/ssltest/ SSL-Test] from 'ssllabs.com'. | + | [https://www.ssllabs.com/ssltest/ SSL-Test] from 'ssllabs.com'.<br> |
How to renew the ssl-certificate on our server: | How to renew the ssl-certificate on our server: | ||
* sudo systemctl stop lighttpd.service | * sudo systemctl stop lighttpd.service | ||
* sudo cerbot renew | * sudo cerbot renew | ||
* sudo systemctl start lighttpd.service | * sudo systemctl start lighttpd.service |
Latest revision as of 19:59, 28 July 2020
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