Forum Discussion

Paylocity_IT_Su's avatar
Paylocity_IT_Su
Icon for Nimbostratus rankNimbostratus
Apr 20, 2018

how to swap SSL profiles

i have about 100 virtual servers, and I need to update the SSL client profiles on them all. I normally would do it like this:

 

  • (Get-($VS, $Profile)

     

  • (Get-($VS, $Profile)

     

the problem is, the Virtual servers all use an http profile that has hsts enabled. hsts requires a client cert profile. so I cant remove the old profile in order to add the new one, since the remove fails. Anyone run into this? or have a way to work around it? Is there a "replace" option, that isnt a remove then add?