THY02K
May 25th, 2009, 05:37 AM
hello
I've generated a keypair using sn.exe as follows:
STEP 1.generate snk file via "sn.exe -k" command:
sn.exe -k MyKeypairs.snk
STEP 2.install the keyset into a KeyContainer via "sn.exe -i" command:
sn.exe -i MyKeypairs.snk MY_RSA_Container
I understand that generally, they are used for assembly signing. I am asking if I can convert this (using makecert perhaps?) into a X509 test cert so I can install it on IIS?
Thanks
REF:
http://www.devatwork.nl/index.php/2007/05/31/wcf-username-authentication/
I've generated a keypair using sn.exe as follows:
STEP 1.generate snk file via "sn.exe -k" command:
sn.exe -k MyKeypairs.snk
STEP 2.install the keyset into a KeyContainer via "sn.exe -i" command:
sn.exe -i MyKeypairs.snk MY_RSA_Container
I understand that generally, they are used for assembly signing. I am asking if I can convert this (using makecert perhaps?) into a X509 test cert so I can install it on IIS?
Thanks
REF:
http://www.devatwork.nl/index.php/2007/05/31/wcf-username-authentication/