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
Requires
- php: >=5.6.4
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
- dev-master
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/composer/erusev/parsedown-1.7.4
- dev-dependabot/npm_and_yarn/marked-0.3.19
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/composer/symfony/http-foundation-3.4.36
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
This package is not auto-updated.
Last update: 2024-10-27 04:59:12 UTC
README
CSR Generator
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.