Convert enterprise CA cert to PEM format
Sometimes, you may need to convert a certificate to PEM format for use on *nix or non-Windows platforms. Here is a way to do this using PowerShell without any third party software. First, we need to get a cert loaded into a variable. This cert can be pulled from a PFX or loaded directly from […]
Continue Reading