so setting up certbot for letsencrypt, but wondering what to options to put at? for some reason it doesn't have a litespeed option :-0
wanting to setup a cron for it but want to make sure its done right,
for apache people have crons such as...
something correct and to know what to restart etc would be nice to know,
wanting to setup a cron for it but want to make sure its done right,
for apache people have crons such as...
Code:
0 1,13 * * * certbot renew --post-hook "service restart apache2"
or
@monthly letsencrypt renew && service apache2 reload
or
@daily /opt/letsencrypt/cronautorenew.sh