I need a Certificate for my local development purpose, the certificate should have a valid Issuer.
I tried the following blog to create a Certificate.
In the blog I found a tool MakeCert.exe to create a Certificate but I can't able to bind any existing Certificate as a Root CA.
I used the Command makecert -ss My -n "CN=DevRoot" -cy authority -in "John" Test.cer
Finally the certificate has some issue
I need a Certificate and Issuer should be DevRoot.
Kindly assist me in this regards.