Answer the question
In order to leave comments, you need to log in
What does the public key of a certificate signed with the private key of a CA mean?
A digital signature, as I understand it, is simply a hash of the data transmitted to the client encrypted with a private key, this is when we have a client-client.
But in the certificate, I don’t understand why a signature is needed and how it works, is the certificate encrypted with the private key of the CA? Or did we get a hash from the certificate data and encrypt it with a CA, the main question is what did the CA encrypt with its key?
Answer the question
In order to leave comments, you need to log in
A CA has two complementary keys: private and public.
The public key of the CA is sent to users using trusted means.
To certify your certificate, the CA signs it with a private key and attaches this signature to your certificate.
when you communicate with some user, you give him your certificate and the certifying signature of the CA.
The signature of the CA can be verified using the public key of the CA that the user has, so you can trust your certificate as you do.
needed to make the job easier. you do not directly work with each user.
and a CA can authenticate a bunch of clients with a single key.
https://www.youtube.com/watch?v=-YyVEgb5wII
https://www.youtube.com/watch?v=e0BBMP1JmJg
what did the CA encrypt with its key?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question