Skip to content

reprodev/PowerCSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PowerCSR

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

Buy Me a Coffee at ko-fi.com

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

Buy Me a Coffee at ko-fi.com

Yours technically, ReproDev

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published