Подскажите пожалуйста почему при обновлении сертификата в выхлопе я вижу вот это :
Attempting to renew cert (example.com) from /etc/letsencrypt/renewal/example.com.conf produced an unexpected error: 'ascii' codec can't decode byte 0xd1 in position 21: ordinal not in range(128). Skipping.
Это только на 2х субодоменах. Остальные обновились без проблем.
и второй вопрос по поводу крона: Попробовал данные команды и ни одно не работает. Подскажите как правильно исправить (CentOS).
30 2 * * 1 /opt/letsencrypt/letsencrypt-auto renew >> /var/log/le-renew.log
35 2 * * 1 /usr/bin/systemctl reload nginx
45 2 * * 2 /opt/letsencrypt/certbot-auto renew
50 2 * * 2 /usr/bin/systemctl reload nginx
0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew --post-hook "service nginx reload"