Generating Self Signed Certificates using Powershell
I have been working to making a Bot to use SSL certificates for encryption on traffic to and from the BOT when communicating to its clients. I have so far generated certs/ CSR using OpenSSL , but I can also find few utilities in Powershell which do a very much similar job . The […]