Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL Generator + tools #1428

Open
3 tasks done
cheats-py opened this issue Dec 19, 2024 · 0 comments
Open
3 tasks done

OpenSSL Generator + tools #1428

cheats-py opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request triage

Comments

@cheats-py
Copy link

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

It would be nice to have a tool that can do multiple openSSL related tasks. For example

  • OpenSSL command generator: This would take a set of inputs then spit out the appropriate openssl command to use. Example here: https://www.digicert.com/easy-csr/openssl.htm
  • CSR Generator: This would help creating CSRs. Many people dont know how to create CSRs using openSSL or simply dont have SSL installed on their system but need a CSR. This tool would take a set of input then generate the actual CSR and Key (if requested) as display the content.
  • Certificate viewer, essentially you can paste the certificate content or upload one, it will then show the details such as common name, org, dept, city, issuer, validity period, SANs

Im sure this tool could also be expanded a bunch,.

Is their example of this tool in the wild?

https://www.digicert.com/easy-csr/openssl.htm

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@cheats-py cheats-py added enhancement New feature or request triage labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant