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.
- 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.
- Navigate to
File > Settings > Plugins
. - Click on
Marketplace
and search for "SSL-Toolbox". - Click
Install
to add the plugin to your IDE. - Restart IntelliJ IDEA to complete the installation.
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.
We welcome contributions from the community! Whether it's bug reports, feature requests, or pull requests, your input helps us make SSL-Toolbox better.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.