<< < 639 640 641 642 643 644 645 646 647 648 649 > >>   ∑:15640

"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, 13594🔥, 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, 13090🔥, 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, 21783🔥, 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, 14719🔥, 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, 18930🔥, 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, 11287🔥, 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, 8742🔥, 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, 17859🔥, 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, 15683🔥, 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, 8160🔥, 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, 24664🔥, 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, 18710🔥, 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, 50328🔥, 0💬

certmgr.msc - Import Root CA Certificate
How to import a root CA certificate into certificate stores using "certmgr.msc"? I have the certificate in a PEM certificate file. You can import a root CA certificate into certificate stores using the "certmgr.msc" tool as shown in this tutorial. 1. Start "certmgr.msc" Management Console on your Wi...
2012-08-03, 42646🔥, 0💬

certmgr.msc - Delete Certificate from Certificate Store
How to delete a certificate from a certificate store using "certmgr.msc"? The certificate has been expired long time ago and I don't want it any more You can delete a certificate from a certificate store using the "certmgr.msc" tool as shown in this tutorial. 1. Start "certmgr.msc" Management Consol...
2012-08-03, 24099🔥, 0💬

certmgr.msc - Import Personal Certificate
How to import personal certificate into certificate stores using "certmgr.msc"? My personal certificate also contains my private key and is stored in a PKCS#12 (Public-Key Cryptography Standards #12) file. You can import a private key with a self-signed certificate stored in a PKCS#12 file into cert...
2012-08-03, 20197🔥, 0💬

certmgr.msc - Search Certificate in Certificate Stores
How to search for certificates in all certificate stores using "certmgr.msc"? I want to see all certificates issued by Microsoft. You can search for certificates in certificate stores using the "certmgr.msc" tool as shown in this tutorial. 1. Start "certmgr.msc" Management Console on your Windows sy...
2012-08-03, 18936🔥, 0💬

What Is "certmgr.exe" on Windows
What is "certmgr.exe" on Windows? What can I use it for? "certmgr.exe" is a Certificate Manager command line tool that allows you to manage certificates, certificate trust lists (CTLs), and certificate revocation lists (CRLs). The Certificate Manager tool (certmgr.exe) is a command-line utility tool...
2012-08-03, 18160🔥, 0💬

certmgr.msc - Types of Certificate Stores on Windows
What types of certificate stores do I have on my Windows system? What is "Personal" certificate store for? If you start the "certmgr.msc" Management Console on your Windows system, you probably will see this list of certificate stores: Personal - Contains certificates associated with private keys to...
2012-08-02, 19266🔥, 0💬

What Is "certmgr.msc" on Windows Computer
What is "certmgr.msc" on Windows computer? What can I use it for? "certmgr.msc" is a predefined MMC (Microsoft Management Console) snap-in tool. "certmgr.msc" can be used as a GUI (Graphical User Interface) to manage certificates on a Windows system. Functions supported in "certmgr.msc" are: List al...
2012-08-02, 18859🔥, 0💬

certmgr.msc - Export Certificate List on Windows
How to get the list of certificates from a certificate store in a text file? I want to keep a copy of it. You can export a list of certificates in a certificate store using the "certmgr.msc" tool as shown in this tutorial. 1. Start "certmgr.msc" Management Console on your Windows system. You see lis...
2012-08-02, 14688🔥, 0💬

Mozilla "certutil -V -u" - Validate Certificate in cert8.db
How to validate a certificate stored in a "cert8.db" file using Mozilla "certutil" tool? If you want to validate a certificate stored a "cert8.db" file, you can use the Mozilla "certutil -V -i" command as shown in this tutorial: C:\fyicerter&gt;\fyicerter \nss\bin\certutil-L -d .\ GeoTrust SSL C...
2012-08-02, 11087🔥, 0💬

certmgr.msc - View Certificate General Info
How to view general information of a certificate in a certificate store using "certmgr.msc"? You can view general information of a certificate in a certificate store using the "certmgr.msc" tool as shown in this tutorial. 1. Start "certmgr.msc" Management Console on your Windows system. You see list...
2012-08-02, 7653🔥, 0💬

Mozilla "certutil -L" - List All Certificates in cert8.db
How to list all certificates stored in the "cert8.db" file by Firefox? I know where "cert8.db" is located on my Windows system. If you want to list all certificates stored in the "cert8.db" file by Firefox, you can use the Mozilla "certutil -L" command as shown in this tutorial: C:\fyicerter&gt;...
2012-08-01, 20210🔥, 0💬

<< < 639 640 641 642 643 644 645 646 647 648 649 > >>   ∑:15640