Skip to content

interseroh/ssl-cert-chain-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Table of Contents

Introduction

This little application is a utility which allows the verification of the presence of a valid certificate chain inside a java keystore. It has been used to hunt down a NullPointerException inside of WSO2 API Manager when storing a secondary LDAP store.

Usage

To test a keystore, invoke CertChainChecker with these arguments:

  • keystoreType - the keystore type, for example JKS
  • password - the keystore password
  • keyAlias - the name of the alias of the cert carrying a cert chain
  • pathToCert - the absolute or relative path to the store including the store name

Example Parameters:

JKS b4i4v0wel wso2carbon /path/to/wso2carbon.jks

About

SSL Certificate Chain Verification Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%