3 155
contributi
Wtf (discussione | contributi) |
Wtf (discussione | contributi) |
||
Riga 319: | Riga 319: | ||
Certbot permette di rinnovare in automatico tutti i propri certificati con il comando <code>certbot renew</code>. Per testare subito che il predetto comando funzioni è possibile usare l'opzione <code>--dry-run</code>, ovvero: | Certbot permette di rinnovare in automatico tutti i propri certificati con il comando <code>certbot renew</code>. Per testare subito che il predetto comando funzioni è possibile usare l'opzione <code>--dry-run</code>, ovvero: | ||
<pre># certbot renew --dry-run</pre> | <pre># certbot renew --dry-run</pre> | ||
che in caso di successo dovrebbe restituire qualcosa di simile a: | |||
<pre> | <pre> | ||
Saving debug log to /var/log/letsencrypt/letsencrypt.log | Saving debug log to /var/log/letsencrypt/letsencrypt.log | ||
Riga 356: | Riga 356: | ||
making regular backups of this folder is ideal. | making regular backups of this folder is ideal. | ||
</pre> | </pre> | ||
A questo punto è possibile automatizzare il processo di rinnovo inserendo in CRON il comando <code>certbot renew -q</code>, visto che i certificati '''NON''' saranno rinnovati a meno che non siano prossimi alla scadenza (l'opzione <code>-q</code> permette di sopprimere l'output del comando, fatta eccezione per eventuali errori). | |||
==== Errori ==== | ==== Errori ==== |
contributi