This commit is contained in:
2026-03-19 11:47:17 +03:00
commit baf4d7a906
10 changed files with 369 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
certbot renew --webroot -w /var/www/certbot --quiet
nginx -s reload