<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.peterpap.net/index.php?action=history&amp;feed=atom&amp;title=Extracting_the_Private_Key_from_a_Java_Keystore</id>
		<title>Extracting the Private Key from a Java Keystore - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.peterpap.net/index.php?action=history&amp;feed=atom&amp;title=Extracting_the_Private_Key_from_a_Java_Keystore"/>
		<link rel="alternate" type="text/html" href="https://www.peterpap.net/index.php?title=Extracting_the_Private_Key_from_a_Java_Keystore&amp;action=history"/>
		<updated>2026-05-05T01:37:58Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>https://www.peterpap.net/index.php?title=Extracting_the_Private_Key_from_a_Java_Keystore&amp;diff=621&amp;oldid=prev</id>
		<title>Ppapa: Created page with &quot;So you want to move away from using Tomcat and want to extract the server private key.  Here's what you need to do:    keytool -importkeystore -srckeystore server.jks -destkeysto...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.peterpap.net/index.php?title=Extracting_the_Private_Key_from_a_Java_Keystore&amp;diff=621&amp;oldid=prev"/>
				<updated>2015-07-13T01:04:45Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;So you want to move away from using Tomcat and want to extract the server private key.  Here&amp;#039;s what you need to do:    keytool -importkeystore -srckeystore server.jks -destkeysto...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;So you want to move away from using Tomcat and want to extract the server private key.  Here's what you need to do:&lt;br /&gt;
&lt;br /&gt;
  keytool -importkeystore -srckeystore server.jks -destkeystore server.pkcs -srcstoretype JKS -deststoretype PKCS12&lt;br /&gt;
&lt;br /&gt;
  openssl pkcs12 -in thekeystore.p12 -nocerts -nodes -out serverkey.pem&lt;br /&gt;
&lt;br /&gt;
serverkey.pem no contains your server private key.&lt;/div&gt;</summary>
		<author><name>Ppapa</name></author>	</entry>

	</feed>