﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WCF-Creating Self-Signed Certificates</title><link />http://developers.de/blogs/damir_dobric/archive/2008/07/05/wcf-creating-self-signed-certificates.aspx<description>Here is the example how to create self-signed cerificate: makecert.exe -sr LocalMachine -ss My -n CN=localhost -sky exchange -sk -pe After that the certificate with the name &amp;quot;localhost&amp;quot; is created and signed by RootAgency. This certificate has</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator></channel></rss>