You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ This project try to simplify common operation with KeyTools such as:
7
7
* generate a new *Certificate Sign Request* (**CSR**)
8
8
* sign a CSR and produce a **certification chain** (p7b)
9
9
10
+
##### NB:
11
+
In order to reduce dependencies, some classes of `sun.security` package has been used:
12
+
may not compile on JDKs different than OpenJDK/Oracle.
13
+
10
14
## How to use
11
15
12
16
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)!
0 commit comments