Skip to content

Raghav-Guru/Create-CA-signed-certs-in-JKS-format-keystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Create-CA-signed-certs-in-JKS-format-keystore

This script take the input from input.ini to create JKS keystore signed by rootCA

To use the script:

-->Clone :

#git clone https://github.com/Raghav-Guru/Create-CA-signed-certs-in-JKS-format-keystore.git
#cd Create-CA-signed-certs-in-JKS-format-keystore

-->Modify the input.ini as per the requirement.

#vi input.ini
[..]

-->Set the keytool path based on your environment:

#export PATH=$PATH:/usr/jdk64/jdk1.8.0_112/bin/

-->Execute the python script to create host specific keystore and truststore with root ca.

#python ca_keystore_create.py

About

This script take the input from input.ini to create JKS keystore signed by rootCA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages