Top "Digital-certificate" questions

A certificate is an electronic document used in cryptography.

Digital Certificate: How to import .cer file in to .truststore file using?

Has anyone came across where they have to deal with .truststore file? and knowing how to import .cer into .truststore …

digital-certificate truststore
OpenSSL: socket: Connection refused connect:errno=111

I am trying to connect to one Linux server from a client, openssl s_client -connect <IP of Server&…

ssl openssl ssl-certificate x509certificate digital-certificate
Difference Between SSLCACertificateFile and SSLCertificateChainFile

I provide SSL pages on my web server, and I have a question. What is the difference between SSLCACertificateFile and …

apache ssl ssl-certificate digital-certificate
how can I check if the certificate file I have is in .pem format

I have a rootcert file and I dont know whether it is in .pem format or not, how do I …

security digital-certificate
what is the difference between digital signature and digital certificate?

i've been google'ing the difference between digital signature and digital certificate (asymmetric encryption) seems like they are the same. I …

digital-signature digital-certificate
keytool - see the public and private keys

I created Java keystore programmatically of type jks (i.e. default type). It is initially empty so I created a …

java security keystore digital-certificate keytool
How can I generate a .pfx file?

Is there any way to create .pfx files in order to sign documents, I've found a program called x509 Certificate …

c# digital-certificate pfx
What is contained in "./META-INF/CERT.RSA" file for an Android app?

I am new to cryptography certificate and am trying to figure out the components of "CERT.RSA" file under "./META-INF" …

digital-signature digital-certificate android android-applicationinfo
Python: reading a pkcs12 certificate with pyOpenSSL.crypto

I have a valid certificate issued by the spanish authority (FNMT) and I want to play with it to learn …

python cryptography openssl digital-certificate pyopenssl
In C#, sign an xml with a x.509 certificate and check the signature

I'm trying to sign an XML file using a x.509 certificate, I can use the private key to sign the …

c# xml digital-signature digital-certificate x509certificate2