I am very new to the generation and operation of certificates. A company x needs your page to be secure (https), for that I know they need a certificate, when I ask them to give me the certificate they send me 3 files:
(certificate.ca.crt ; certificate.crt ; certificate.key)
I must mention that it should not be a self-signed certificate! I must add the certificate to my Tomcat server!
My question is how do I build my certificate from these 3 files? Also, how do I know that they are not self-signed certificates and that they are given or built by some certification authority?