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

OpenSSL "req -x509 -set_serial" - Certificate Serial Number
Can I sign my own CSR with a given serial number using the OpenSSL "req -x509" command? Yes, you can sign you own CSR (Certificate Sign Request) with a given serial number using the OpenSSL "req -x509 -set_serial" command as shown below. Without the "-set_serial" option, the resulting certificate wi...
2016-11-11, 15452👍, 0💬

OpenSSL "s_client -connect" - Show Server Certificate Chain
How to show all certificates in the server certificate chain using the OpenSSL "s_client -connect" command? I know the server uses multiple intermediate CA certificates. You can get all certificates in the server certificate chain if use "s_client -connect" with the "-showcerts" option as shown belo...
2012-07-24, 15431👍, 0💬

Export CA Certificate from Google Chrome to File
How to export a CA certificate from Google Chrome? I want to save a copy before removing the CA certificate. If you want export a copy of a CA certificate from Google Chrome, you can follow this tutorial: 1. Start "Certificate Manager" in Google Chrome. 2. Click "Trusted Root Certification Authoriti...
2013-11-21, 15360👍, 0💬

Certificate Manager "certmgr.msc" Manual
The role of digital certificates is growing rapidly on individual computers and networks and across the Internet. Although certificates can be used with little or no user intervention, it can also be important to view and understand certificate contents, and to manage their use. You can accomplish t...
2017-09-22, 15217👍, 2💬

💬 2017-08-25 FYIcenter.com: @med, what is certavicat?

💬 2017-08-23 med talbi: certavicat please

Start "Certificate Manager" Inside Google Chrome
How to start the "Certificate Manager" inside Google Chrome? I heard that it can be used to manage trusted CA certificates and personal certificates for Google Chrome. To start "Certificate Manager" inside Google Chrome, you need to use the "Settings &gt; Advanced settings" menu as shown below: ...
2023-01-26, 15096👍, 4💬

Import CA Signed Certificate to Keystore with Portecle
How to import a my certificate signed by a CA back to my private key and public key entry in my keystore? If you send a CSR (Certificate Signing Request) file to a CA (Certificate Authority) for signing, they will return you a certificate file that contains your public key signed by them. You can im...
2015-10-12, 15078👍, 0💬

*.usps.com Certificate - 17B4648896413719B3AB3757613AFB177F98F60A
Certificate Summary: Subject: *.usps.com Issuer: Cybertrust Public SureServer SV CA Expiration: 2014-03-25 18:38:46 UTC Key Identifier: 17:B4:64:88:96:41:37:19:B3:AB: 37:57:61:3A:FB:17:7F:98:F6:0AReceived at FYIcenter.com on: 2016-10-24 *.usps.com Certificate - 17B4648896413719B3AB3757613AFB 177F98F6...
2013-08-14, 14951👍, 0💬

Entrust.net Secure Server Certification Authority Certificate - FE1E4E5D546B6CF69C50C4C3C54C132BB33D1198
Certificate Summary: Subject: Entrust.net Secure Server Certification Authority Issuer: Entrust.net Secure Server Certification Authority Expiration: 2019-05-25 16:39:40 UTC Key Identifier: FE:1E:4E:5D:54:6B:6C:F6:9C:50: C4:C3:C5:4C:13:2B:B3:3D:11:98Received at FYIcenter.com on: 2016-11-02 Entrust.n...
2021-12-17, 14897👍, 2💬

login.live.com Certificate - FE4E4EE5396928AB46FB9359204162DD03A92FFF
Certificate Summary: Subject: login.live.com Issuer: VeriSign Class 3 Extended Validation SSL CA Expiration: 2012-09-27 23:59:59 UTC Key Identifier: FE:4E:4E:E5:39:69:28:AB:46:FB: 93:59:20:41:62:DD:03:A9:2F:FFReceived at FYIcenter.com on: 2016-10-29 login.live.com Certificate - FE4E4EE5396928AB46FB9...
2012-07-26, 14684👍, 0💬

FYIcenter CSR Decoder and Viewer
How to decode a CSR (Certificate Signing Request) and view its content? To help you to decode a CSR and view its detailed information, including public key components, FYIcenter.com has designed this online tool. All you need to do is to paste your CSR in PEM format into the input box and click the ...
2020-10-09, 14642👍, 4💬

💬 2020-10-09 eric: ty

💬 2020-05-09 lorna montano: Thank you so much for letting me use your certificate for my phone..i hope it will helps me a lot to run my phone very well and ...

💬 2020-02-04 CINDY: THANKS

(More comments ...)

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

Java Keytool: Certificate Management Tool
Do you want to learn how to use Java Keytool as a certificate management tool? Here is a collection of 24 easy-to-follow tutorials on Java Keytool: How to generate a pair of public key and private key for yourself? How to generate and sign a Certificate Signing Request (CSR)? How to import and expor...
2012-12-09, 14538👍, 0💬

AlphaSSL CA - SHA256 - G2 Certificate - F5CDD53C0850F96A4F3AB797DA5683E669D268F7
Certificate Summary: Subject: AlphaSSL CA - SHA256 - G2 Issuer: GlobalSign Root CA Expiration: 2024-02-20 10:00:00 UTC Key Identifier: F5:CD:D5:3C:08:50:F9:6A:4F:3A: B7:97:DA:56:83:E6:69:D2:68:F7Received at FYIcenter.com on: 2016-10-27 AlphaSSL CA - SHA256 - G2 Certificate - F5CDD53C0850F96A4F3AB797...
2016-04-21, 14472👍, 0💬

Mozilla "certutil -N" - Create New cert8.db File
How to create a new "cert8.db" file using Mozilla "certutil" tool? If you want to create a new "cert8.db" file to store certificates and private keys, you can use the Mozilla "certutil -N" command as shown in this tutorial: C:\fyicerter&gt;\fyicerter \nss\bin\certutil-N -d .\ Enter a password wh...
2012-08-01, 14429👍, 0💬

OpenSSL "verify -untrusted" - Specify Untrusted Certificate
How to specify those intermediate CA certificates that form the signing chain for the server certificate for OpenSSl "verify" command? I have the certificate chain from the server saved in a file. If you have the server certificate chain saved in a file, you can provide it to the OpenSSL "verify" co...
2012-07-24, 14354👍, 0💬

OpenSSL Command to List All Commands
How to list all commands in OpenSSL? I don't remember exactly what is the command to generate a CSR. Interestingly, there is no OpenSSL command to list all commands supported in OpenSSL. And there is no "help" command. However, if you enter "help" as a command, OpenSSL will return you an error messa...
2012-07-23, 14334👍, 0💬

Microsoft "certutil -store CA 0 first.crt" - Export Certificate
How to export a certificate from a certificate store into a certificate file with Microsoft "certutil" tool? If you want to export a certificate from a certificate store into a certificate file, you can use the Microsoft "certutil -store storename certificate_index file_name" command as shown in thi...
2013-02-27, 14298👍, 0💬

Equifax Secure Certificate Authority Certificate - 172C55F41785D859A2CCEA40C5AFFE60EA3FC175
Certificate Summary: Subject: Equifax Secure Certificate Authority Issuer: Equifax Secure Certificate Authority Expiration: 2018-08-22 16:41:51 UTC Key Identifier: 17:2C:55:F4:17:85:D8:59:A2:CC: EA:40:C5:AF:FE:60:EA:3F:C1:75Received at FYIcenter.com on: 2016-10-25 Equifax Secure Certificate Authorit...
2013-04-22, 14290👍, 0💬

mail.qq.com Certificate - AC391EC75EB84F83B51C71862DB8C075863E237C
Certificate Summary: Subject: mail.qq.com Issuer: GeoTrust SSL CA Expiration: 2014-03-29 10:17:20 UTC Key Identifier: AC:39:1E:C7:5E:B8:4F:83:B5:1C: 71:86:2D:B8:C0:75:86:3E:23:7CReceived at FYIcenter.com on: 2016-10-29 mail.qq.com Certificate - AC391EC75EB84F83B51C71862DB8C0 75863E237CCertificate su...
2013-07-23, 14116👍, 0💬

Install OpenSSL 0.9.8h on Windows
How to install OpenSSL on Windows? I have downloaded the "openssl-0.9.8h-1-setup.exe" on the desktop. If you have "openssl-0.9.8h-1-setup.exe" available, you can install OpenSSL 0.9.8h on Windows using these steps: 1. Double-click on "openssl-0.9.8h-1-setup.exe" to start the installation wizard. 2. ...
2012-07-23, 14085👍, 0💬

OpenSSL "ca" Error "lookup failed for ca::database"
Why I am getting the "variable lookup failed for ca::database" error when running OpenSSL "ca" command? You are getting the "variable lookup failed for ca::database" error, because OpenSSL "ca" command can not find the required "database" option in the configuration file. For example, if you have th...
2016-09-08, 14041👍, 0💬

Java Control Panel - System Signer CA Certificates
How to view Java system-level signer CA certificates using Java Control Panel? To view Java system-level signer CA certificates with Java Control Panel, follow these steps: 1. Start "Java Control Panel" in "Windows Control Panel" under the "Programs" category. 2. Click "Security" tab, then "Certific...
2012-07-21, 14008👍, 0💬

Microsoft "certutil -addstore" Command Options
How can I use Microsoft "certutil -addstore" command? What are command options supported by "certutil -addstore"? The document says "Add certificate to store". Microsoft "certutil -addstore" command can be used to add, or import, certificate from a specified certificate file to a certificate store o...
2013-03-01, 14007👍, 0💬

Microsoft "certutil -verify" - Validate Expired Certificate
Can Microsoft "certutil" tool validates an expired certificates and reports the expired status? Yes. If you validate an expired certificate with the Microsoft "certutil -verify file_name" command, you will see an expired certificate report as shown in this tutorial: C:\fyicenter&gt;\windows\s yst...
2013-02-28, 13968👍, 0💬

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