Hi, today I tried to update the ssl cerficiates in Ispconfig. I saved and from ISPconfig I see the new one. But then I checked and the system created .err files (cerificate, key, bundle) (under website ssl folder) instead updating the existing ones. Thanks, Marco.
https://www.howtoforge.com/community/threads/please-read-before-posting.58408/ https://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/ I take it you are not using Let's Encrypt?
Ok I debugged. When saving the new ssl certificate (cert, key and bundle), ispconfig restarts apache. It fails and reverts to old file. It's the first time it happens with ssl cerficates. I will try to understand what's wrong. Thanks!
If you don't find an error in the apache logs, then the issue is most likely caused by the SSL cert itself, e.g. wrong key for the cert file, as this makes apache fail to start but apache will not log any meaningful error message in that case.
Exactly. They passed me an old .key file and the new certificate. With the right key everything is working now. Thank you. Marco.