I\'m creating a x509 certificate using makecert with the following parameters: makecert -r -pe -n \"CN=Client\" -ss MyApp
Did I missed anything during this? I am running a this command from command prompt in Windows 7 to create a certificate but it is showing a syntax error.
I\'m creating a certificate to use with an SslStream, and I\'ve been doing it this way under XP: makecert -r -pe -n \"CN=aName\" -ss my -sr localmachine -sky exchange
I have create a self-signed certificate and signed my ActiveX. I followed the steps in this topic. (How do I create a self-signed certificate for code signing on Windows?)
I need to create an AS2 connection in BizTalk Server 2006 R2 to communicate with a business partner. I\'ve worked with BizTalk AS2 config before and the BizTalk docs have pretty good walkthroughs abou