Skip to main content

PowerShell script to update SSL certificate used for Cloud Connect


JonahMay
Forum|alt.badge.img+11

I’m sharing the following code snippet as I’ve used it a few different ways at VCSPs to update the SSL certificate for cloud gateways. The code itself wouldn’t publish embedded in the post, but you can access it by clicking here.

 

In my lab at home, I use this and some SMTP scripts with Certify the Web to automatically renew and replace Let’s Encrypt certificates.

 

At VCSPs, I’ve paired it with an RMM, file share, PFX file, and the Import-PfxCertificate cmdlet to mass replace certificates before they expire.

3 comments

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8512 comments
  • November 30, 2022

Very interesting script.  I am going to look at this to possibly leverage with our VCC environments and help automate things. 👍🏼


dloseke
Forum|alt.badge.img+8
  • Veeam Vanguard
  • 1447 comments
  • December 1, 2022

Bookmarking this one, although I currently only have one Gateway....thanks Jonah!


Forum|alt.badge.img
  • Comes here often
  • 10 comments
  • January 18, 2023

Nice one! Thanks for sharing.