nerdexam
Cisco

350-901 · Question #97

A team of developers created their own CA and started signing certificates for all of their IoT devices. Which action will make the browser accept these certificates?

The correct answer is B. Preload the developer CA on the trusted CA list of the browser. Browsers validate SSL/TLS certificates by checking them against a built-in list of trusted Certificate Authorities; adding a custom CA to this trusted list causes all certificates it signs to be accepted.

Application Deployment and Security

Question

A team of developers created their own CA and started signing certificates for all of their IoT devices. Which action will make the browser accept these certificates?

Options

  • ASet the private keys 1024-bit RSA.
  • BPreload the developer CA on the trusted CA list of the browser.
  • CEnable HTTPS or port 443 on the browser.
  • DInstall a TLS instead of SSL certificate on the IoT devices.

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    90% (19)
  • D
    5% (1)

Why each option

Browsers validate SSL/TLS certificates by checking them against a built-in list of trusted Certificate Authorities; adding a custom CA to this trusted list causes all certificates it signs to be accepted.

ASet the private keys 1024-bit RSA.

Setting the private key length to 1024-bit RSA does not affect browser trust decisions and is actually counterproductive, as 1024-bit keys are considered cryptographically weak and may themselves trigger security warnings.

BPreload the developer CA on the trusted CA list of the browser.Correct

Web browsers maintain a trust store containing root CA certificates from recognized authorities; any certificate signed by a CA in that store is automatically trusted. By preloading the developer-created CA certificate into the browser's or operating system's trusted CA list, all IoT device certificates signed by that CA will pass chain-of-trust validation without triggering browser security warnings.

CEnable HTTPS or port 443 on the browser.

Enabling HTTPS or port 443 is a transport-layer configuration that does not influence whether the browser trusts the certificate's signing authority; the certificate would still be untrusted without the CA in the trust store.

DInstall a TLS instead of SSL certificate on the IoT devices.

Switching from SSL to TLS on the IoT devices improves protocol security but does not change how the browser evaluates the certificate's chain of trust; the custom CA must still be in the trusted store for the certificate to be accepted.

Concept tested: Custom CA trust store configuration for browser certificate acceptance

Source: https://learn.microsoft.com/en-us/skypeforbusiness/plan-your-deployment/security/public-key-infrastructure-for-skype-for-business-server

Topics

#PKI#Certificate Trust#Browser Security#IoT Security

Community Discussion

No community discussion yet for this question.

Full 350-901 Practice