Here I am describing some technical issues which I faced during my work and how I fixed them. I hope this will be helpful for those who may face the same.
SelfSSL: Failed to build the subject name blob: 0x80092023 on installing certificate
Make sure that there is no syntax error(s) in the command using which you invoked SelfSSL. What happened to me is that, I used /N:SG_TEST instead of /N:CN=SG_TEST.
Thank you, your solution helped.
ReplyDeleteBtw, your site name is very handy. I clicked on it just cause of the name of it.
That solved it for me.
ReplyDeleteMany thanks!
What a simple fix, and none of the other parameters require the = style
ReplyDeleteThank you greatly!
Many thanks!
ReplyDelete(I had accidentally typed /N:CH=... instead of /N:CN=.... It's surprising how close those two look at the command prompt;)
That's exactly what I was missing. Thank you!
ReplyDeleteWhat they said- I forgot 'cn='. Also this is a great blog!
ReplyDelete@All: Thank you guys. I am happy to know that my blog helps people.
ReplyDelete