<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://pabut.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Signing_a_JAR_file</id>
	<title>Signing a JAR file - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://pabut.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Signing_a_JAR_file"/>
	<link rel="alternate" type="text/html" href="http://pabut.org/wiki/index.php?title=Signing_a_JAR_file&amp;action=history"/>
	<updated>2026-04-29T20:56:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>http://pabut.org/wiki/index.php?title=Signing_a_JAR_file&amp;diff=55&amp;oldid=prev</id>
		<title>Pabut: Created page with &quot;Make sure you have a valid JDK loaded.   Create a key  keytool -genkey -validity 3650 -keystore pKeyStore -alias D2key  Enter keystore password:  What is your first and last n...&quot;</title>
		<link rel="alternate" type="text/html" href="http://pabut.org/wiki/index.php?title=Signing_a_JAR_file&amp;diff=55&amp;oldid=prev"/>
		<updated>2016-03-14T18:31:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Make sure you have a valid JDK loaded.   Create a key  keytool -genkey -validity 3650 -keystore pKeyStore -alias D2key  Enter keystore password:  What is your first and last n...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Make sure you have a valid JDK loaded. &lt;br /&gt;
&lt;br /&gt;
Create a key&lt;br /&gt;
 keytool -genkey -validity 3650 -keystore pKeyStore -alias D2key&lt;br /&gt;
 Enter keystore password:&lt;br /&gt;
 What is your first and last name?&lt;br /&gt;
   [Unknown]:  ARCHITECTURE AND DESIGN&lt;br /&gt;
 What is the name of your organizational unit?&lt;br /&gt;
   [Unknown]:  TECHNOLOGY &amp;amp; OPERATIONS&lt;br /&gt;
 What is the name of your organization?&lt;br /&gt;
   [Unknown]:  PABUT&lt;br /&gt;
 What is the name of your City or Locality?&lt;br /&gt;
   [Unknown]:  Washington&lt;br /&gt;
 What is the name of your State or Province?&lt;br /&gt;
   [Unknown]:  New Jersey&lt;br /&gt;
 What is the two-letter country code for this unit?&lt;br /&gt;
   [Unknown]:  US&lt;br /&gt;
 Is CN=ARCHITECTURE AND DESIGN, OU=TECHNOLOGY &amp;amp; OPERATIONS, O=PABUT, L=Washington, ST=New Jersey, C=US correct?&lt;br /&gt;
   [no]:  yes&lt;br /&gt;
 &lt;br /&gt;
 Enter key password for &amp;lt;D2key&amp;gt;&lt;br /&gt;
        (RETURN if same as keystore password):&lt;br /&gt;
&lt;br /&gt;
Now Self-Sign the key&lt;br /&gt;
 keytool -selfcert -keystore pKeyStore -alias D2key -validity 3650&lt;br /&gt;
 Enter keystore password:&lt;br /&gt;
Now sign the JAR file&lt;br /&gt;
 jarsigner -keystore pKeyStore AppletClass.jar D2key&lt;/div&gt;</summary>
		<author><name>Pabut</name></author>
	</entry>
</feed>