makecert
How can use a X.509 certificate created on another computer?
I need to encrypt an XML file with a x509 certificate on one computer and be able to decrypt it with the same certificate on another computer. It doesn\'t seem to work for me like Microsoft suggests:[详细]
2023-04-07 16:56 分类:问答Unable to sign security tokens with certificate in WIF scenario
I\'m trying to implement a custom STS for a WIF scenario I\'m investigating, but it\'s failing. It\'s failing when trying to obtain the private key from the certificate used to sign the tokens. I crea[详细]
2023-03-14 08:08 分类:问答add or create 'Subject Alternative Name' field to self-signed certificate using makecert
How can I create a certificate us开发者_JAVA技巧ing makecert with a \'Subject Alternative Name\' field ?[详细]
2023-03-13 10:46 分类:问答Create x509 Certificate issued by CA from command Prompt
I want to generate a X509 cert which should be issued by Root Certificate Authority from command prompt. I tried tools like makecert, selfssl7 but all they are doing is generating a self signed cert.[详细]
2023-03-03 05:32 分类:问答Can't create a key of the Subject <'MyCAContainerName'>
using makecert i have written the commade: makecert -pe -n \"CN=Myauthority\" -sr localmachine -ss Root -a sha256 -cy authority -r -sk MyCAContainerName -sky exchange -sp\"Microsoft RSA Schannel Cry[详细]
2023-02-27 14:08 分类:问答How do I code makecert "-sky exchange" and "-sky signature" in C#
I need to programatically create the equivalant keys in a .NET application... makecert -r -pe -a sha1 -n \"CN=MyName\" -ss my -sr CurrentUser -sky exchange[详细]
2023-02-26 05:48 分类:问答fiddler2 unable to generate certificate
I\'m using Fiddler2 (or trying) to capture SSL traff开发者_运维问答ic for a windows desktop gadget hitting an https web service.It used to work, and then it stopped a couple days ago, always with this[详细]
2023-02-21 18:34 分类:问答WCF, Certificate Authentication - Common Errors and Confusing Arguments
I am trying to setup a WCF service to use a Certificate for Authenticating the cl开发者_如何学编程ient. I have read tons of posts on how to create the certificate, and I have been able to do so (final[详细]
2023-02-16 20:29 分类:问答makecert gives "Fail to acquire a security provider from the issuer's certificate" - why?
Dear ladies and sirs. Observe this simple batch file: makecert -n \"CN=MyCA\" -sr localmachine -ss root -a sha1 -cy authority -r -sv MyCA.pvk MyCA.cer[详细]
2023-02-14 05:55 分类:问答How do I force makecert to output the private key to a file (not the Crypto store)?
I want to generate a key pair for use within my applications, but exporting them manually from the mmc is a pain.[详细]
2023-01-16 17:50 分类:问答