Hi,
Is there any documentation or has anyone successfully deployed CTW in an Exchange hybrid environment? Since the certificate is bound to the send connector, is it possible to automatically update this binding each time Certify auto-renews the certificate?
Thanks
We don’t have a guide for that ourselves (we’re not really exchange administrators) but if you can script it with powershell you can generally make it happen Scripting | Certify The Web Docs
Sometimes permissions/auth can be tricky but at the worst (but arguably more flexible) case you can export the PFX file to a pick up folder and have a windows scheduled task run a script regularly, that script can then run if it sees the file, then remove the file when it’s done (or you can run the script during maintenance windows).