Keytool

Z wiki
Verze z 17. 2. 2026, 10:04, kterou vytvořil Chalro (diskuse | příspěvky) (založena nová stránka s textem „ work with keytool <pre> ../../bin/keytool -import -alias subca2 -keystore /<pathtothejksfile>/tomcat.jks -file subca2.crt ../../bin/keytool -import -alias rootca3 -keystore /<pathtothejksfile>/cacertificates.jks -file rootca3.crt ../../bin/keytool -import -alias subca1 -keystore /<pathtothejksfile>/cacertificates.jks -file subca1.crt ../../bin/keytool -import -alias subca2 -keystore /<pathtothejksfile>/cacertificates.jks -file subca2.crt ../../bin/k…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Skočit na navigaci Skočit na vyhledávání

work with keytool

../../bin/keytool -import -alias subca2 -keystore /<pathtothejksfile>/tomcat.jks -file subca2.crt

../../bin/keytool -import -alias rootca3 -keystore /<pathtothejksfile>/cacertificates.jks -file rootca3.crt
../../bin/keytool -import -alias subca1 -keystore /<pathtothejksfile>/cacertificates.jks -file subca1.crt
../../bin/keytool -import -alias subca2 -keystore /<pathtothejksfile>/cacertificates.jks -file subca2.crt
../../bin/keytool -import -alias subca4 -keystore /<pathtothejksfile>/cacertificates.jks -file subca4.crt 

../../bin/keytool -import -alias rootca3 -keystore /<pathtothejksfile>/tomcat.jks -file rootca3.crt
../../bin/keytool -import -alias subca1 -keystore /<pathtothejksfile>/tomcat.jks -file subca1.crt
../../bin/keytool -import -alias subca2 -keystore /<pathtothejksfile>/tomcat.jks -file subca2.crt
../../bin/keytool -list -v -keystore /<pathtothejksfile>/tomcat.jks | grep cobadev
../../bin/keytool -import -alias srv.example.com -keystore /<pathtothejksfile>/tomcat.jks -file ldaps.crt 
../../bin/keytool -import -alias subca4 -keystore /<pathtothejksfile>/tomcat.jks -file subca4.crt