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