Explorar el Código

Add command to renew certbot certificates

DricomDragon hace 3 años
padre
commit
70f5c4585b
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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`