Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Could you please tell me any one how to add certificate into trusted publisher using command prompt.
Posted

1 solution

Try this. Type the following in visual studio command prompt:

certmgr /c /add TrustedCert.cer /s root
 
Share this answer
 
Comments
veeru111 3-Sep-14 5:12am    
Already tried, but it will open the certificate window.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900