Author | zPlus <zplus@peers.community> 2023-02-26 22:48:09 |
Committer | zPlus <zplus@peers.community> 2023-02-26 22:48:09 |
Commit | 4cefe17 (patch) |
Tree | 2617067 |
Parent(s) |
-rw-r--r-- | documentation/administrators | 2 |
index f30563c..88e3036 | |||
old size: 6K - new size: 6K | |||
@@ -145,7 +145,7 @@ that will generate a new privkey+cert.pem file and reload lighttpd. | |||
145 | 145 | certbot renew | |
146 | 146 | cd /etc/letsencrypt/live/example.org | |
147 | 147 | cat privkey.pem cert.pem > privkey+cert.pem | |
148 | - | service lighttpd restart | |
148 | + | systemctl restart lighttpd | |
149 | 149 | ||
150 | 150 | ||
151 | 151 |