From b1fe40f2e471e8bdd6c1e669158231ac47507c60 Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Wed, 15 Mar 2017 14:00:33 -0700 Subject: [PATCH] Remove JKS from readme JKS doesn't actually work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3410f0f..87e8a7a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Certigo is a utility to examine and validate certificates to help with debugging ### Features -**Supports all common file formats**: Certigo can read and dump certificates in various formats. It can automatically detect and read from X.509 (DER/PEM), JCEKS/JKS, PKCS7 and PKCS12 files. Certificates can be dumped to a human-readable format, a set of PEM blocks, or a JSON object for use in scripting. +**Supports all common file formats**: Certigo can read and dump certificates in various formats. It can automatically detect and read from X.509 (DER/PEM), JCEKS, PKCS7 and PKCS12 files. Certificates can be dumped to a human-readable format, a set of PEM blocks, or a JSON object for use in scripting. **Validation and linting**: Not sure if your generated certificate is valid? Certigo can connect to remote servers to display and validate their certificate chains. It can also point out common errors on certififcates, such as using an older X.509 format, signatures with outdated hashes, or keys that are too small.