ssx/csr-generator

A quick and easy CSR generator which will give you a private key and a CSR.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 3

Open Issues: 19

Type:project


README

Padlock

CSR Generator

Travis Packagist license

This small Laravel project allows you to quickly and easily create a CSR (SHA256 hashed) request and then get a 4096-bit private key and CSR returned. There is a hosted version online at https://csr.scottr.dev which you are free to use.

Security Recommendations

It is highly recommended that you download this project and run it locally or within your work network instead of over the web. You can also use composer create-project ssx/csr-generator to install via Composer.

Feedback

If you have feedback or suggestions for this project, please add it to the ssx/csr-generator Github repository in a new issue.

License

This project is licensed under an Apache 2.0 license which you can view in the LICENSE file.