<< < 1 2 3 4 5 6 7 8 9 10 > >>   ∑:14434  Sort:Date

"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, 21607🔥, 0💬

Get List of Certificates in Windows PowerShell
How to get a list of certificate in a certificate store in Windows PowerShell? The easiest way to get a list of certificates in a certificate store with Windows PowerShell is to use the "dir" command with the "Cert:" path name. The following example lists all certificates in the "Disallowed" certifi...
2016-07-31, 21578🔥, 0💬

How To Download JDK for Windows
How to download JDK for Windows? I want to use the Keytool included in the JDK to generate keys and manage certificates. If you Windows system does not have JDK pre-installed, you can download the latest release of JDK yourself easily. And it's free! 1. Go to JDK download Web site. 2. Click the "Dow...
2012-07-19, 21566🔥, 0💬

Install Mozilla "certutil" Tool for Windows
How to install Mozilla "certutil" tool for Windows? I have nss-3.10.zip and nspr-4.6.zip download on my desktop. If you have nss-3.10.zip and nspr-4.6.zip downloaded you can follow this tutorial to install them on your Windows system. The installation process is tricky, you need to follow it careful...
2017-09-28, 21548🔥, 3💬

💬 2017-09-28 FYIcenter.com: Anyone else needs those DLL files?

💬 2017-09-26 Lokesh: It would be better if you provide the link to download the nss and nspr also msvcr71.dll.

💬 2017-09-26 Lokesh: thanks for the clear steps to run the certutil. It really helped me a lot

System and User Level Keystore Files on Windows
Where is the user-level Java trusted keystore file on Windows? I know the system-level java trusted keystore file is at "\Program Files\java\jre7\lib\security\c acerts".When Java SE 7 is installed on a Windows computer, it maintains 3 trusted certificate keystore files: 1. System-Level Signer CA Key...
2012-07-21, 21315🔥, 0💬

"makecert.exe -ss" - Create New System Certificate Store
How to create a new system certificate store using the "makecert.exe" command? Yes, "makecert.exe" command is powerful. You can create a new system certificate store if you specify the "-ss store" option with a new store name as shown in this tutorial. 1. Run the following command to create a new ce...
2021-05-15, 21288🔥, 8💬

💬 2021-04-18 FYIcenter.com: @Anonymous, you can the "makecert" to create a certificate store as shown in this tutorial. But there is no way to export the en...

💬 2021-04-15 Anonymous: How to create a store and export the generated store as a .msc file?

💬 2014-12-07 FYIcenter.com: @Anonymous, thanks for sharing the command with us. Really appreciate it!

(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, 21205🔥, 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.

Microsoft "certutil -encode..." - Converte PEM file to DER
How to convert a certificate file in PEM (Privacy Enhanced Mail) format to DER (Distinguished Encoding Rules) format? If you want to convert a certificate from PEM format to DER format, you can use the Microsoft "certutil -decode input_file output_file" command as shown in this tutorial: C:\fyicente...
2013-04-25, 21168🔥, 0💬

Class 2 Primary CA Certificate - 1ACC217EF0E5494305316F04D13DD222D2835D03
Certificate Summary: Subject: Class 2 Primary CA Issuer: Class 2 Primary CA Expiration: 2019-07-06 23:59:59 UTC Key Identifier: 1A:CC:21:7E:F0:E5:49:43:05:31: 6F:04:D1:3D:D2:22:D2:83:5D:03Received at FYIcenter.com on: 2016-11-02 Class 2 Primary CA Certificate - 1ACC217EF0E5494305316F04D13DD2 22D2835D...
2012-07-22, 21086🔥, 0💬

DigiCert High Assurance EV Root CA Certificate - B13EC36903F8BF4701D498261A0802EF63642BC3
Certificate Summary: Subject: DigiCert High Assurance EV Root CA Issuer: DigiCert High Assurance EV Root CA Expiration: 2031-11-10 00:00:00 UTC Key Identifier: B1:3E:C3:69:03:F8:BF:47:01:D4: 98:26:1A:08:02:EF:63:64:2B:C3Received at FYIcenter.com on: 2016-09-19 DigiCert High Assurance EV Root CA Cert...
2012-12-09, 21055🔥, 0💬

OpenSSL "s_client -connect" - Connect to HTTPS Web Site
How to connect to a HTTPS Web site using OpenSSL? I see the Web sites using the "https:\" format. If you see a Web sites using the "https:\" format, for example https://twitter.com/login/, you can try to connect the Web site using the "x509 -connect" command as shown below: C:\Users\fyicenter&gt...
2012-07-24, 20798🔥, 0💬

VeriSign, Inc., VeriSign International Server CA - Class ... Certificate - B95FFAFE94915DED1751EC2881DB55E4C7B22D38
Certificate Summary: Subject: VeriSign, Inc., VeriSign International Server CA - Class ... Issuer: Class 3 Public Primary Certification Authority Expiration: 2016-10-24 23:59:59 UTC Key Identifier: B9:5F:FA:FE:94:91:5D:ED:17:51: EC:28:81:DB:55:E4:C7:B2:2D:38Received at FYIcenter.com on: 2016-10-24 V...
2016-10-24, 20746🔥, 2💬

💬 2016-10-12 FYIcenter.com: Hi Edgar, the answer is yes and no. Yes, all certificates signed by this certificate will be invalid. If a website is still usin...

💬 2016-10-10 edgar: Hi, So, what happens when this cert expires? it will break something?

"keytool -list" Command Examples - List Keystore Entries
How to use the "keytool -list" command? I want to see what in the keystore file. Here is an example of using "keytool -list" command to display a list of all entries in the default keystore file: C:\Users\fyicenter&gt; keytool -list -storepass FYIcenter Keystore type: JKS Keystore provider: SUN ...
2012-07-19, 20631🔥, 0💬

Common Causes for "PKIX path building failed" Error
What are the reasons for the "PKIX path building failed" error? I am getting this "sun.security.validator.Valida torException:PKIX path building failed:" error when running my Java application. If you are getting the "sun.security.validator.Valida torException:PKIX path building failed:" error in yo...
2012-07-21, 20609🔥, 0💬

GTS Root R1 Certificate - E4AF2B26711A2B4827852F52662CEFF08913713E
Certificate Summary: Subject: GTS Root R1 Issuer: GlobalSign Root CA Expiration: 2028-01-28 00:00:42 UTC Key Identifier: E4:AF:2B:26:71:1A:2B:48:27:85: 2F:52:66:2C:EF:F0:89:13:71:3EReceived at FYIcenter.com on: 2021-07-30
2023-12-01, 20212🔥, 4💬

💬 2023-12-01 FYIcenter.com: @John, Thanks for your comments. We are trying to see if any certificates are sharing the same public key. This may happen if an...

💬 2023-11-30 John Nunn: run open ssl commands

💬 2023-11-30 John Nunn: To locate a publc key match, given the odds, is so astonishing that my mind can't conceive how chance has struck you. Wonderful ...

AddTrust External CA Root Certificate - ADBD987A34B426F7FAC42654EF03BDE024CB541A
Certificate Summary: Subject: AddTrust External CA Root Issuer: AddTrust External CA Root Expiration: 2020-05-30 10:48:38 UTC Key Identifier: AD:BD:98:7A:34:B4:26:F7:FA:C4: 26:54:EF:03:BD:E0:24:CB:54:1AReceived at FYIcenter.com on: 2016-10-25 AddTrust External CA Root Certificate - ADBD987A34B426F7F...
2012-12-31, 20145🔥, 0💬

OpenSSL "s_client" Command Options
What can I use OpenSSL "s_client" command for? What are options supported by the "s_client" command? OpenSSL "s_client" command implements a generic SSL/TLS client which can establish a transparent connection to a remote server speaking SSL/TLS. It's intended for testing purposes only and provides o...
2012-07-23, 20109🔥, 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, 20063🔥, 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, 19954🔥, 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, 19909🔥, 0💬

*.xnxx.com Certificate - 9837AF88754EBCAE15A0079A4096C0EF1B175B69
Certificate Summary: Subject: *.xnxx.com Issuer: Sectigo RSA Domain Validation Secure Server CA Expiration: 2022-11-09 23:59:59 UTC Key Identifier: 98:37:AF:88:75:4E:BC:AE:15:A0: 07:9A:40:96:C0:EF:1B:17:5B:69Received at FYIcenter.com on: 2021-12-28
2022-04-21, 19746🔥, 0💬

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, 19548🔥, 2💬

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

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

"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, 19445🔥, 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 ...)

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, 19290🔥, 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.

<< < 1 2 3 4 5 6 7 8 9 10 > >>   ∑:14434  Sort:Date