SkillAgentSearch skills...

PowerCSR

A GUI form built in Powershell to efficiently generate a CSR and Private Key file using OpenSSL for quick and easy cert generation

Install / Use

/learn @reprodev/PowerCSR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PowerCSR

A GUI form built in Powershell to efficiently generate a CSR and Private Key file using OpenSSL for quick and easy cert generation

<a href='https://ko-fi.com/Z8Z6E0CY0' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

Use this tool to quickly do CSR requests for SSL certificates using Powershell on Windows.

Prequisites

  1. Make sure you first have OpenSSL installed and your environmental variables set so that you can get to open ssl from a terminal for this.

  2. Open the .ps1 file in the directory that you want to generate the files.

01 Main Menu

  1. Go ahead and enter some details and a password if you want to with in built error checking to make sure that they match or leave empty for no password on the private key which can be useful for embedded devices such as firewalls.

02 Some Details

  1. The CSR and Private Key will be generated and a success message if everything went well.

03 Generated CSR Success

  1. You'll find your files in the directory that you have run this from.

04 Generated Files

  1. We can double check that this is the correct information by going to an online CSR Decoder like this and paste in the CSR file text to check

https://www.sslshopper.com/csr-decoder.html

05 CSR Decoder

  1. By default the encryption is set to 2048 bits and allows you to generate again without having to retype into the command line OpenSSL.

  2. Enjoy your freshly made CSR and Private Key without the frustration

Finally!

Please go ahead and follow me for more and feel free to comment on if this works for you, if you've found a way to make this process better or if there is anything in here that needs to be amended to make it flow better. I'd love to hear from anyone that has given this a try

<a href='https://ko-fi.com/Z8Z6E0CY0' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

Yours technically, ReproDev

Still To Do: Work on the design of the UI - Last Edit 23/01/2024

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated5h ago
Forks3

Languages

PowerShell

Security Score

80/100

Audited on Apr 5, 2026

No findings