瀏覽代碼

Add command to renew certbot certificates

DricomDragon 3 年之前
父節點
當前提交
70f5c4585b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Guides/httpd.md

+ 6 - 0
Guides/httpd.md

@@ -11,3 +11,9 @@ Create a new configuration in `/etc/apache2/sites-available`
 Enable a configuration by creating a likn in `/etc/apache2/sites-enabled`
 
 `sudo ln --symbolic ../sites-available/kanboard.jovian-hersemeule.eu.conf kanboard.jovian-hersemeule.eu.conf`
+
+## Certbot
+
+To renew certificates :
+
+`sudo certbot --apache renew`