Top "Certificate" questions

A certificate is an electronic document used in cryptography.

What certificates are trusted in truststore?

I do not know very well keystore / truststore lingo but as far as I'm concerned, a truststore keeps the certificates …

java certificate keystore truststore
Access Https Rest Service using Spring RestTemplate

Can anybody provide me with a code sample to access rest service url secured with https using spring rest template. …

spring rest https certificate resttemplate
What does "subject" mean in certificate?

The related link is this MSDN article. I am always confused about the term "subject", for example, sk option "Specifies …

certificate pki x509
How does an SSL certificate chain bundle work?

I've created a chain hierarchy like this. root-ca ==> signing-ca ==> subordinate-ca ==> server It is mentioned to create chain …

ssl openssl certificate ssl-certificate x509certificate
Android Studio - debug keystore

Does Android Studio sign debug builds? If so, where is the keystore it uses to do it?

android certificate android-studio
Get list of certificates from the certificate store in C#

For a secure application I need to select a certificate in a dialog. How can I access certificate store or …

c# certificate x509certificate certificate-store
How to use wget with ssl certificate

I am using wget in my program to get some file using HTTP protocol. Here i need to set security …

ssl certificate wget trustedconnection
SOAPUI Certificate authentication

I am trying to hit a remote web service and check if the service is working. To hit the service …

web-services authentication encryption certificate soapui
Does using 'badidea' or 'thisisunsafe' to bypass a Chrome certificate/HSTS error only apply for the current site?

Sometimes and especially very often when developing a web-application Chrome doesn't allow you to visit certain sites and throwing certificate/…

google-chrome security ssl certificate
keytool : Certificate import gives error message - Keystore was tampered with, or password was incorrect

My goal is to generate a certificate, export it in a file and import in JDK keystore. In first step …

java certificate keystore keytool