I'm new to this and not sure if it auto-renews, but I tried adding a new site and was able to get the certificate. So, at the moment the certificate is not working and the ISPConfig panel is temporarily accessible using HTTP, but I'm not sure what's wrong. I'm still looking for the cause, but would appreciate some help or guidance. Thanks!
There should be a cronjob running this command as root once a day Code: "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null and through that renewing your certificate about 30 days prior to expiration. Only when authentication fails the certificate won't be renewed. So if the cronjob is in place check the logs to verify authenication is failing or create it if the cronjob is missing. You can also run the command (without > /dev/null) manually from the console or a ssh session.
I've been using ISPConfig for over a year and have had no problems with it before. Thank you for your guidance, I'll check it right away.
If it was running fine for over a year and authenication is failing as I suspect, fix the failer and you should be good to go again.
I'm still checking, it may take some time. Is there any way to manually process the certificates on a temporary basis? to get the mail client up and running. Thank you!
Like I already said, run the command manually: Code: "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh"
I've followed your instructions and have successfully renewed the certificate so far, I'll keep checking the problem I just had. Thank you very much!