This part was used to output the object that contains information about server certificate and main properties.
BTW, I looked at your items on GitHub and found one item: https://gist.github.com/derekmurawsky/7758750
are you aware that OpenSSL is not required for that? Certutil is able to merge separate PKCS#1 private key file and certificate to a PKCS#12/PFX file. This module contains a command which wraps this: https://pspki.codeplex.com/wikipage?title=Convert-PemToPfx
More details here:
http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=45
http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=46
BTW, I looked at your items on GitHub and found one item: https://gist.github.com/derekmurawsky/7758750
are you aware that OpenSSL is not required for that? Certutil is able to merge separate PKCS#1 private key file and certificate to a PKCS#12/PFX file. This module contains a command which wraps this: https://pspki.codeplex.com/wikipage?title=Convert-PemToPfx
More details here:
http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=45
http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=46