Skip to content

jesusnunezpro/pem2jks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert an SSL certificate bundle in PEM format to JKS keystore

This script uses JRE's keytool to create a JKS keystore and adds all certificates in PAM enconded bundle.

This was tested with AWS global bundle.

Requirements

This proof of concept was written for Windows and requires Python 3.8 or better.

settings.py must contain resolvable paths to keytool executable, keystore, and PEM bundle.

This script only uses packages from the standard library.

Todo

  • Testing, testing, testing
  • Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages