<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; Certificate</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/certificate/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Problems connecting iPhone to IMAP mail server</title>
		<link>http://helpdesk.objects.com.au/mac/problems-connecting-iphone-to-imap-mail-server?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=problems-connecting-iphone-to-imap-mail-server</link>
		<comments>http://helpdesk.objects.com.au/mac/problems-connecting-iphone-to-imap-mail-server#comments</comments>
		<pubDate>Fri, 28 May 2010 02:44:26 +0000</pubDate>
		<dc:creator>Obiweb</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[DER]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[PEM]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1482</guid>
		<description><![CDATA[Recently was setting up clients iPhone to access our mail servers using IMAP over SSL. Problem was we kept getting an error say that the username or password were incorrect. The username and password entered in the iPhone setup were correct. Using the identical setup to access the same email account from my iPhone worked [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/mac/problems-connecting-iphone-to-imap-mail-server/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to self sign a jar</title>
		<link>http://helpdesk.objects.com.au/java/how-to-self-sign-a-jar?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-self-sign-a-jar</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-self-sign-a-jar#comments</comments>
		<pubDate>Mon, 07 Dec 2009 01:56:48 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[jarsigner]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[keytool]]></category>
		<category><![CDATA[signed jar]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1338</guid>
		<description><![CDATA[Creating a test certificate and signing your jar just involves three simple commands. Following shows the commands needed to firstly create your test certificate and add the certificate (with an alias of myCertAlias) to a keystore (named myKeyStore). keytool -genkey -keystore myKeyStore -alias myCertAlias keytool -selfcert -keystore myKeyStore -alias myCertAlias The above only needs to [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-self-sign-a-jar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a keystore with a test certificate?</title>
		<link>http://helpdesk.objects.com.au/java/how-to-create-a-keystore-with-a-test-certificate?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-a-keystore-with-a-test-certificate</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-create-a-keystore-with-a-test-certificate#comments</comments>
		<pubDate>Tue, 28 Apr 2009 05:45:50 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[keytool]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=924</guid>
		<description><![CDATA[Running the following will create a new keystore named myKeystore and password secret. keytool -keystore myKeystore -genkey -keyalg RSA -alias mycert Related posts: How can I create a KeyPair instance from a pair of keys stored in my Java keystore? KeyStore keystore = KeyStore.getInstance(&#34;JKS&#34;); Key key = keystore.getKey(alias, password); //... How do I programatically extract [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-create-a-keystore-with-a-test-certificate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m getting the following error when trying to make an HTTPS or SSL connection: &#8216;unable to find valid certification path to requested target&#8217;</title>
		<link>http://helpdesk.objects.com.au/java/im-getting-the-following-error-when-trying-to-make-an-https-or-ssl-connection-unable-to-find-valid-certification-path-to-requested-target?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=im-getting-the-following-error-when-trying-to-make-an-https-or-ssl-connection-unable-to-find-valid-certification-path-to-requested-target</link>
		<comments>http://helpdesk.objects.com.au/java/im-getting-the-following-error-when-trying-to-make-an-https-or-ssl-connection-unable-to-find-valid-certification-path-to-requested-target#comments</comments>
		<pubDate>Wed, 15 Oct 2008 11:02:12 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=477</guid>
		<description><![CDATA[You need to add the public key of the server you are connecting to to the keystore being by your application. You can use the application InstallCert found in the question &#8220;How do I programatically extract a certificate from a site and add it to my keystore?&#8221; to extract the public key from the server [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/im-getting-the-following-error-when-trying-to-make-an-https-or-ssl-connection-unable-to-find-valid-certification-path-to-requested-target/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I specify what keystore file a Java application should use, for example when making an SSL connection</title>
		<link>http://helpdesk.objects.com.au/java/how-do-i-specify-what-keystore-file-a-java-application-should-use-for-example-when-making-an-ssl-connection?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-specify-what-keystore-file-a-java-application-should-use-for-example-when-making-an-ssl-connection</link>
		<comments>http://helpdesk.objects.com.au/java/how-do-i-specify-what-keystore-file-a-java-application-should-use-for-example-when-making-an-ssl-connection#comments</comments>
		<pubDate>Wed, 15 Oct 2008 10:54:58 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=472</guid>
		<description><![CDATA[You can specify the keystore location wusing the javax.net.ssl.keyStore system property java -Djavax.net.ssl.keyStore=&#60;path to keystore file&#62; -Djavax.net.ssl.keyStorePassword=&#60;keystore password&#62; au.com.objects.MyServer Related posts: How can I create a KeyPair instance from a pair of keys stored in my Java keystore? KeyStore keystore = KeyStore.getInstance(&#34;JKS&#34;); Key key = keystore.getKey(alias, password); //... How to get the path of a [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-do-i-specify-what-keystore-file-a-java-application-should-use-for-example-when-making-an-ssl-connection/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I programatically extract a certificate from a site and add it to my keystore?</title>
		<link>http://helpdesk.objects.com.au/java/how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore</link>
		<comments>http://helpdesk.objects.com.au/java/how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore#comments</comments>
		<pubDate>Mon, 13 Oct 2008 00:35:41 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=445</guid>
		<description><![CDATA[Often you need to import a certificate into your Java keystore from an external server. To do this you need to pull the certificate file from the site then run keytool to import it into your keystore. As an alternative try the following code from Sun. Just tell it the host to get the certificate [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How can I create a KeyPair instance from a pair of keys stored in my Java keystore?</title>
		<link>http://helpdesk.objects.com.au/java/how-can-i-create-a-keypair-instance-from-a-pair-of-keys-stored-in-my-java-keystore?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-can-i-create-a-keypair-instance-from-a-pair-of-keys-stored-in-my-java-keystore</link>
		<comments>http://helpdesk.objects.com.au/java/how-can-i-create-a-keypair-instance-from-a-pair-of-keys-stored-in-my-java-keystore#comments</comments>
		<pubDate>Mon, 13 Oct 2008 00:32:15 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[Key]]></category>
		<category><![CDATA[KeyPair]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[PublicKey]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=441</guid>
		<description><![CDATA[KeyStore keystore = KeyStore.getInstance(&#34;JKS&#34;); Key key = keystore.getKey(alias, password); // Get public key of certificate Certificate cert = keystore.getCertificate(alias); // Get public key PublicKey publicKey = cert.getPublicKey(); // Create key pair KeyPair keypair = new KeyPair(publicKey, (PrivateKey)key); Related posts: How to create a keystore with a test certificate? Running the following will create a new [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-can-i-create-a-keypair-instance-from-a-pair-of-keys-stored-in-my-java-keystore/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

