https://github.com/cortiz/ssl-toolbox
SSL Toolbox is an IntelliJ IDEA plugin designed to streamline the management of Java Keytool and SSL certificates.
https://github.com/cortiz/ssl-toolbox
Last synced: about 2 months ago
JSON representation
SSL Toolbox is an IntelliJ IDEA plugin designed to streamline the management of Java Keytool and SSL certificates.
- Host: GitHub
- URL: https://github.com/cortiz/ssl-toolbox
- Owner: cortiz
- License: apache-2.0
- Created: 2024-08-26T03:41:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T02:53:06.000Z (3 months ago)
- Last Synced: 2025-03-21T03:29:05.821Z (3 months ago)
- Language: Java
- Size: 345 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## SSL-Toolbox - The Ultimate Java Keytool and SSL Certificate Manager
**SSL-Toolbox** is an IntelliJ IDEA plugin designed to streamline the management of Java Keytool and SSL certificates.
Focused on simplicity and usability,
SSL-Toolbox equips developers with the tools necessary to create, view, and manage SSL certificates directly
within the IntelliJ IDEA environment.### Features
- **Create and Import Certificates**: Seamlessly generate new SSL certificates or import existing ones.
- **KeyStore Management**: Effortlessly manage your Java KeyStore, including adding, removing, and updating entries.
- **Certificate Viewer**: Instantly view detailed information about your SSL certificates, including their validity, issuer, and more.
- **Export Certificates**: Easily export certificates from your KeyStore for use in other environments.
- **Renew Certificates**: Simplify the process of renewing soon-to-expire certificates.
- **IntelliJ Integration**: Fully integrated into the IntelliJ IDEA ecosystem, providing a unified user experience.### Installation
1. Navigate to `File > Settings > Plugins`.
2. Click on `Marketplace` and search for "SSL-Toolbox".
3. Click `Install` to add the plugin to your IDE.
4. Restart IntelliJ IDEA to complete the installation.### Getting Started
After installation, access SSL-Toolbox via the toolbar or the `Tools` menu.
From there, you can manage your KeyStore entries and SSL certificates with ease.### Contributing
We welcome contributions from the community! Whether it's bug reports, feature requests, or pull requests, your input helps us make SSL-Toolbox better.
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Commit your changes (`git commit -am 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Create a new Pull Request.### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.