Creating concatenated certificate container files using Windows PowerShell

I was recently enabling SSL on a web application which required the certificate file to be provided as a concatenated certificate container file containing all SSL certificates in the chain. The method to perform the above is relatively simple and just requires each certificate to the chain to be opened in a text editor and the … More Creating concatenated certificate container files using Windows PowerShell