January 19, 2007 at 9:41 am
ive been following this tutorial to create self signed certificates.
http://www.sqljunkies.com/WebLog/ktegels/articles/SigningSQLCLRAssemblies.aspx
when i try to create the cert to sign my assembly using the below command i get the error "too many parameters", but all of the parameters are valid! any ideas?
makecert –m 360 –n “CN=Demo Signing Certificate” –iv signroot.pvk –ic signroot.cer –cy end –pe –sv signcert.pvk signcert.cer
January 19, 2007 at 9:53 am
i noticed in the example you pasted, and also in the web page example, it is using extended ascii characters for the quotes (left dbl quote and right dbl quote) instead of the standard double quote. change this and I think you are all set.
makecert –m 360 –n “CN=Demo Signing Certificate” –iv signroot.pvk –ic signroot.cer –cy end –pe –sv signcert.pvk
change the “CN=Demo Signing Certificate” to "CN=Demo Signing Certificate"
Lowell
January 19, 2007 at 10:26 am
thats why i love this forum!! everyone is so observant and thorough ( except me!) thanks Lowell! Id never notice that in a million years
January 19, 2007 at 10:32 am
hi, i altered the command as instructed, but getting the same error .
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply