PowerShell script to update SSL certificate used for Cloud Connect

  • 30 November 2022
  • 3 comments
  • 188 views

Userlevel 6
Badge +10

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

Userlevel 7
Badge +20

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

Userlevel 7
Badge +6

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

Userlevel 2
Badge

Nice one! Thanks for sharing.

Comment