Files
tp/nginx/renew-certs.sh
T

5 lines
109 B
Bash

#!/bin/bash
# Обновляем сертификаты
certbot renew --quiet --post-hook "nginx -s reload"