Hello
I’m trying to automate the renewal of SSL certificates using Certify The Web and PowerShell scripts, but I’m running into issues with automatically updating the certificates and binding them to IIS. While I can manually renew and bind certificates without any problems, I would like to streamline the process for all servers in our network.
I have a script that checks for certificate expiration, but I’m struggling with the exact steps for renewing the certificate and updating the IIS bindings automatically. Are there any examples or best practices for using PowerShell scripts with Certify the Web to handle this process? I have checked Scripting | Certify The Web Docs guide for reference but still need advice.
Additionally, is there any way to monitor the script’s progress or get notifications if an error occurs during the renewal?
Thank you !