When using X.509 certificates, what role does a Certificate Authority play?
Answer(s)
- A Certificate Authority must be; present on the server before SSL can be enabled.
- A Certificate Authority determines what ciphers are available for symmetric encryption.
- SSL routes traffic through the Certificate Authority to verify the identity of the client andserver.
- A Certificate Authority ensures the identity of the web server by digitally signing the server'scertificate.
Correct Answer A Certificate Authority ensures the identity of the web server by digitally signing the server'scertificate.