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

"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, 20688👍, 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.msc - Export Certificate from Certificate Store
How to export a certificate from a certificate store using "certmgr.msc"? I want to keep it in a certificate file. You can export a certificate from a certificate store to a certificate file using the "certmgr.msc" tool as shown in this tutorial. 1. Start "certmgr.msc" Management Console on your Win...
2019-01-11, 20472👍, 1💬

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, 20468👍, 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, 20413👍, 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, 20333👍, 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?

Cloudflare Inc ECC CA-3 Certificate - A5CE37EAEBB0750E946788B445FAD9241087961F
Certificate Summary: Subject: Cloudflare Inc ECC CA-3 Issuer: Baltimore CyberTrust Root Expiration: 2024-12-31 23:59:59 UTC Key Identifier: A5:CE:37:EA:EB:B0:75:0E:94:67: 88:B4:45:FA:D9:24:10:87:96:1FReceived at FYIcenter.com on: 2020-06-13
2022-08-11, 20168👍, 1💬

💬 2022-08-11 Salvador verduzco ochoa: You estole My money i well fine you sen My money back electra Zamora Michoacán to. Salvador verduzco ochoa

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, 20138👍, 0💬

ISRG Root X1 Certificate - 79B459E67BB6E5E40173800888C81A58F6E99B6E
Certificate Summary: Subject: ISRG Root X1 Issuer: DST Root CA X3 Expiration: 2024-09-30 18:14:03 UTC Key Identifier: 79:B4:59:E6:7B:B6:E5:E4:01:73: 80:08:88:C8:1A:58:F6:E9:9B:6EReceived at FYIcenter.com on: 2021-07-13
2021-08-01, 19991👍, 0💬

GlobalSign RSA OV SSL CA 2018 Certificate - F8EF7FF2CD7867A8DE6F8F248D88F1870302B3EB
Certificate Summary: Subject: GlobalSign RSA OV SSL CA 2018 Issuer: GlobalSign Expiration: 2028-11-21 00:00:00 UTC Key Identifier: F8:EF:7F:F2:CD:78:67:A8:DE:6F: 8F:24:8D:88:F1:87:03:02:B3:EBReceived at FYIcenter.com on: 2020-03-23
2020-04-14, 19949👍, 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, 19853👍, 0💬

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, 19617👍, 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, 19496👍, 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, 19495👍, 0💬

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, 19378👍, 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, 19366👍, 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, 19244👍, 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, 19012👍, 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, 18994👍, 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, 18968👍, 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.

"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, 18966👍, 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, 18947👍, 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, 18792👍, 0💬

VeriSign Class 3 Extended Validation SSL SGC CA Certificate - 4E43C81D76EF37537A4FF2586F94F338E2D5BDDF
Certificate Summary: Subject: VeriSign Class 3 Extended Validation SSL SGC CA Issuer: VeriSign Class 3 Public Primary Certification Authority - G5 Expiration: 2016-11-07 23:59:59 UTC Key Identifier: 4E:43:C8:1D:76:EF:37:53:7A:4F: F2:58:6F:94:F3:38:E2:D5:BD:DFReceived at FYIcenter.com on: 2016-10-29
2018-10-22, 18582👍, 0💬

Help on Using the Java Keytool Command
How to get help on using the Java Keytool command? I have never used Keytool before. If you are new to the Java Keytool, you should first read the documentation: keytool - Key and Certificate Management Tool . Java Keytool is a command line tool. You need to run it from a command line window using t...
2012-07-19, 18521👍, 0💬

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