https://github.com/andreacomo/keytool-helper
Simple KeyTool utilities
https://github.com/andreacomo/keytool-helper
csr keytool p7s self-signed-certificate
Last synced: 5 months ago
JSON representation
Simple KeyTool utilities
- Host: GitHub
- URL: https://github.com/andreacomo/keytool-helper
- Owner: andreacomo
- License: mit
- Created: 2017-05-07T23:20:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:27:56.000Z (over 2 years ago)
- Last Synced: 2024-02-29T21:41:44.218Z (over 2 years ago)
- Topics: csr, keytool, p7s, self-signed-certificate
- Language: Java
- Size: 48.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/andreacomo/keytool-helper)
[](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22it.cosenonjaviste%22%20a%3A%22keytool-helper%22)
# KeyTool Utility Project
This project try to simplify common operation with KeyTools such as:
* generate a **new key pair** with **self-signed certificate**
* add an **existing private key and certificate**
* generate a new *Certificate Sign Request* (**CSR**)
* sign a CSR and produce a **certification chain** (p7b)
##### Disclaimer:
In order to reduce dependencies, some classes of `sun.security` package has been used:
may not compile on JDKs different than OpenJDK/Oracle.
## How to use
Code is better than thousand words: check out [`KeyToolsTest`](https://github.com/andreacomo/keytool-helper/blob/master/src/test/java/it/codingjam/keytool/services/KeyToolsTest.java)!