<< < 1 2 3 4 5 6 >   ∑:129  Sort:Rank

What Is "makecert.exe" on Windows
What is "makecert.exe" on Windows? What can I use it for? "makecert.exe" is a Certificate Creation tool that allows you to generate X.509 certificates for testing purposes only. "makecert.exe" creates a public and private key pair for digital signatures and stores it in a certificate file. This tool...
2016-06-27, 19271🔥, 2💬

💬 2015-04-23 FYIcenter.com: Hi Muhammad, You can try to download and use MSI Explorer to open and edit the MSI file. MSI Explorer is provided by http://www....

💬 2015-04-19 Muhammad Ehsan ul Haque: I have a MSI file i want to Add publisher information to this file.

"certmgr.exe -put -c" - Export a Certificate
How to export a certificates from a system certificate store using "certmgr.exe" tool? You can export a certificate from a system certificate store using "certmgr.exe -put -c" command as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe" ...
2016-06-27, 19415🔥, 4💬

💬 2014-10-05 FYIcenter.com: Hi Rajeshwar, thanks for sharing that command to export a specific certificate.

💬 2014-10-01 Rajeshwar Gastgar: If you know the file name then you can use following command to export the certificate. From "certmgr.msc" you can get the name ...

💬 2014-03-18 FYIcenter.com: @Bilou, That works too. Thanks!

(More comments ...)

"makecert.exe -sv" - Create Private Key File
How to create my private key and store it in a file using "makecert.exe"? If you want to create a private key and save it in a file instead of the private key container, you can use the "makecert.exe -sv keyfile" option as shown in this tutorial. 1. Run the following command to create a new certific...
2016-06-27, 21178🔥, 3💬

💬 2015-08-21 Amk: Bob Greene / As recently as September 12, 2012, a getnmelan who identified himself as MikeJ , a scientist/engineer on NT respond...

💬 2014-01-31 FYIcenter.com: Hi Pegasus, If you press the "None" button, the private key file will not be protected with any password. This will be a risk, i...

💬 2014-01-29 Pegasus: how private key works, if I press none button on create private key password GUI.

certmgr.exe - List "AuthRoot" Root CA Certificates
How to get a list of all certificates in "Third-Party Root Certification Authorities" certificate store using "certmgr.exe"? The internal name for the "Third-Party Root Certification Authorities" system certificate store is called "AuthRoot". You can see a list of all certificates in "AuthRoot" cert...
2016-06-27, 19527🔥, 2💬

💬 2013-07-12 FYIcenter.com: @Michael, you are welcome!

💬 2013-07-11 Michael: Thank you very much!

Pop up box in Outlook 2010 re:certificate verification
Yesterday I began seeing a box pop up when I try to send email. It says: The server you are connected to is using a security certificate that cannot be verified. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. Do you want to continue us...
2013-09-29, 5877🔥, 0💬

steve miller
how to restore perating systen on my compaq laptop with access to hp quickview only Steve, May be this HP support page http://h10025.www1.hp.com/ewfr f/wc/document?cc=us&lc=en& amp;dlc=en&docname=bph0714 3will help you out...
2013-04-14, 3380🔥, 0💬

Certificate Manager Command "certmgr.exe" on Windows
Where to find tutorials on using certificate manager command line tool "certmgr.exe" on Windows? Here is a collection of tutorials on using certificate manager command line tool "certmgr.exe" on Windows compiled by FYIcenter.com team. Topics include: How to start "certmgr.exe" on Windows? How to lis...
2012-12-10, 31218🔥, 0💬

Certificate Generation Tool "makecrt.exe" on Windows
Where to find tutorials on using Certificate Generation Tool "makecert.exe" on Windows? Here is a collection of tutorials on using Certificate Generation Tool "makecert.exe" on Windows compiled by FYIcenter.com team. Topics include: How to start "makecert.exe" on Windows? How to generate a self-sign...
2012-12-10, 12024🔥, 0💬

certmgr.exe - List "My" Personal Certificates with Details
How to get a list of all certificates with more details in "Personal" certificate store using "certmgr.exe"? You can get more details for each certificate if you use the "-v" option with "certmgr.exe -s My" as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk...
2012-12-09, 11377🔥, 0💬

certmgr.exe - List "My" Personal Certificates
How to get a list of all certificates in "Personal" certificate store using "certmgr.exe"? The internal name for the "Personal" system certificate store is called "My". You can see a list of all certificates in "My" certificate store using "certmgr.exe -s My" as shown in this tutorial. C:\fyicenter&...
2012-12-09, 24409🔥, 0💬

"makecert.exe -in -eku" - Certificate for Server Authentication
How to create a new certificate to be used by some Web site for server authentication to support HTTPS protocol using "makecert.exe"? If you want to create a new certificate for some Web site for server authentication, you can use the "makecert.exe -is -in -eku" options as shown in this tutorial. C:...
2012-08-14, 19884🔥, 0💬

"makecert.exe -in -eku" - Certificate to Secure Email
How to create a new certificate to be used by someone to secure emails using "makecert.exe"? If you want to create a new certificate for someone else to secure emails, you can use the "makecert.exe -is -in -eku" options as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual...
2012-08-13, 13474🔥, 0💬

"makecert.exe -r" - Create Self-Signed Root Certificate
How to create a self-signed root certificate using "makecert.exe"? I want to issue and sign certificate for others. If you want to create a self-signed root certificate, you can use the "makecert.exe -r" option as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8...
2012-08-13, 12967🔥, 0💬

"makecert.exe -pe" - Export Private Key from Certificate Store
How to export my private key from the system certificate store into a file? The "export the private key" option is grayed out on the Certificate Export Wizard. By default, private keys stored with certificates in system stores are not allowed to be exported to avoid the risk of passing your private ...
2012-08-10, 21591🔥, 0💬

makecert.exe - List of Command Extended Options
How to get a list of extended options supported by the "makecert.exe" command? I want to know more options to control how the test certificate should be created. You can see a list of extended options supported by running "makecert.exe -!" as shown in this tutorial. C:\fyicenter&gt; "\Program Fi...
2012-08-10, 14523🔥, 0💬

makecert.exe - Private Key Containers Location on Windows
Where are private keys are stored on my Windows system? I want to know where are my private keys created with the "makecert.exe" command Private keys are stored in Private Key Containers on Windows systems. Private Key Containers are system binary files located in your home folder as shown below: C:...
2012-08-09, 18811🔥, 0💬

"makecert.exe -sk" - Specify Private Key Container
How to specify a private key container the "makecert.exe" command? I want to keep the private in my private key container. You can the private key container name using the "-sk name" option as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecer...
2012-08-09, 11156🔥, 0💬

"makecert.exe -ss" - Create Certificate in System Stores
How to create a test certificate for myself and put it into "My - Personal" system certificate store directly using the "makecert.exe" command? You can create a test certificate for yourself and save it in a system certificate store directly using "certmgr.exe -ss" command as shown in this tutorial....
2012-08-09, 8606🔥, 0💬

"certmgr.exe -add -c" - Import a Certificate
How to import a certificates to a system certificate store using "certmgr.exe" tool? You can import a certificate to a system certificate store using "certmgr.exe -add -c" command as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe" -add...
2012-08-08, 17703🔥, 0💬

certmgr.exe - Create Certificate Store Files
How to create my own certificate store file using "certmgr.exe" tool? You can your own certificate store file using "certmgr.exe" tool as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe" -put -c -s CA Microsoft_Expired.crt =============...
2012-08-08, 15509🔥, 0💬

makecert.exe - List of Command Basic Options
How to get a list of basic options supported by the "makecert.exe" command? You can see a list of basic options supported by running "makecert.exe -?" as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -? Usage: MakeCert [ basic|exten...
2012-08-08, 8027🔥, 0💬

"certmgr.exe -del -c" - Delete a Certificate
How to delete a certificate from a system certificate store using "certmgr.exe" tool? You can delete a certificate from a system certificate store using "certmgr.exe -del -c" command as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe" -...
2012-08-07, 24490🔥, 0💬

certmgr.exe - List of Command Options
How to get a list of all command options supported by "certmgr.exe"? You can see a list of all command options supported by running "certmgr.exe -h" as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe" -h Usage: CertMgr [options][-s [-r ...
2012-08-07, 18437🔥, 0💬

Start "certmgr.exe" on Windows
How to start "certmgr.exe" on Windows? I know it is installed on my system as part of Visual Studio. If you want start "certmgr.exe" on a Windows system with Visual Studio 8 installed, you can follow this tutorial: 1. Start a command line window. 2. Enter certmgr.exe with the full path name as shown...
2012-08-03, 49981🔥, 0💬

<< < 1 2 3 4 5 6 >   ∑:129  Sort:Rank