Powershell – Digitally signing a .ps1 script

A file is signed with a certificate. A digital certificate is usually issued by a Certification Authority (CA). These are important things to consider, so it better to focus these before going on with the Powershell code signing process for scripts. Read More …

Convert .pfx SSL certificate to .key or .pem format

In the last years Internet have seen a lot of changes, especially in terms of security standars and requirements for almost every website published on the web. Read More …