How is trust in a certificate authority established? - certificate authority generator
In terms of public key infrastructure.
How is trust in a certificate authority established? - certificate authority generator
In terms of public key infrastructure.
1 comment:
When you create a certificate, the system writes two files on the disk, a public and private keys. The number of host that the data with its private key and the host sends recipient uses the public key to decrypt and verify the authenticity of the sender. The CA acts as the guarantor of the validity of the sending host. Hope that makes sense.
Post a Comment