As noted in the 'Cron job details" session, it checks the expiry of the default cert (/etc/ssl/private/cert.pem) and if it will expire within the next 30 days, it will attempt cert renewal.
To manually force it to get a new certificate (after updating /etc/dehydrated/confconsole.domains.txt as desired), run our dehydrated wrapper script directly, with the '-f' (or '--force') switch (to force it to get a new cert) like this:
As noted in the 'Cron job details" session, it checks for expiry
As noted in the 'Cron job details" session, it checks the expiry of the default cert (/etc/ssl/private/cert.pem) and if it will expire within the next 30 days, it will attempt cert renewal.
To manually force it to get a new certificate (after updating /etc/dehydrated/confconsole.domains.txt as desired), run our dehydrated wrapper script directly, with the '-f' (or '--force') switch (to force it to get a new cert) like this:
You can read the script's help first by passing the '--help' (or '-h') switch (instead of the '-f' switch).
I hope that helps.