Link to home
Start Free TrialLog in
Avatar of MichaelDavidCarr
MichaelDavidCarr

asked on

Where do I place the test certificate?

First, thank you for your time.

My goal is to test the application I wrote on my local machine - I am not yet deploying it to another server.
 
Within Visual Studio, I created a test certificate.  Using the Certificates addin of mmc, I can see that this certificate resides in the "Current User - Certificates" store.  I believe (and tell me if I am correct), this certificate needs to be copied to the "Local Computer - Trusted Root Certification Authorities" store.

According to the directions I found online, it is simply a matter of clicking on the certificate and choosing Copy.  Then go to the "Local Computer - Trusted Root Certification Authorities" store and choosing Paste.

However, the Paste command is not available to me.  The Paste command is available in other stores just not this one.  Also, the certificate that Visual Studio created has a Key on the icon.  I notice that all the certificates in the "Local Computer - Trusted Root Certification Authorities" store don't have this little Key on the icon.

Again, all I want to do at this time is test my application on my local machine using this test certificate.  

How do I get this certificate into the appropriate store?

Thank you very much.
ASKER CERTIFIED SOLUTION
Avatar of becraig
becraig
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MichaelDavidCarr
MichaelDavidCarr

ASKER

I'm sorry it took so long to respond.  Thank you very much.