Certificates Trusted by Your Browser

HTTPS relies on a third-party entity for validation. Known as Certification Authority (CA), this third-
party entity verifies if a domain name really belongs to the organization claiming its ownership. If the

verification checks, the CA creates a digitally signed certificate containing information about the orga-
nization, including its public key.

The entire system is based on the fact that web browsers and operating systems ship with a list of CAs

they trust. Any certificates signed by any of the CAs in the list will be seen by the browser as legiti-
mate and be automatically trusted. To make the system more secure and more scalable, CAs often

spread the task of creating and signing certificates among many child CAs. The parent CA is known as
the Root CA. If a browser trusts a Root CA, it also trusts all of its children CAs.
Note: While the certificate stores are similar across browsers, this lab focuses on Chrome 56 and Firefox 51. The
menu and graphics may be different for other versions of the web browser.
Follow the steps to display the CA store in your browser:


Step 1. Display the root certificates in Chrome.
If you use Firefox, proceed to Step 2. If you use a browser other than Chrome or Firefox,
search the Internet for the steps to display your root certificates.
Note: The menu and graphics may be different for other versions of the Chrome browser.
a. Open the Chrome web browser on your PC.
b. Click the three dot icon on the far right of the address bar to display Chrome’s options.
![15396|287x417](upload://gJBF3IuUqb22w9kTIdz8dSCYFkk.png)
c. Click Settings and then click Show advanced Settings.
d. Scroll down the page and click the Manage certificates... button, under the HTTPS/

SSL section.

e. In the Certificates window that opens, select the Trusted Root Certification
Authorities tab. A window opens that shows all certificates and certificate authorities
trusted by Chrome.
![15399|464x429](upload://8FbGyxkjzirWUUpOV8bHjukPhGP.png)
Step 2. Display the certificates in the CA Store in Firefox.
Note: The menu and graphics may be different for other versions of the Firefox browser.
a. Open Firefox and click the Menu icon. The Menu icon is located on the far right of the

Firefox window, next to the address bar.
![15401|326x503](upload://eW46c0nJuoCZgCPYCnSha6eAdkE.png)
b. Navigate to Options > Advanced.
c. Select the Certificates tab.
d. Click View Certificates. A window opens that shows the certificates and certification

authorities trusted by Firefox.
![15402|595x499](upload://4NvIooQG2Bz3GkjVU3oM0byxaiN.png)

Computer Science & Information Technology

You might also like to view...

A good reason to overload an operator is to enable it to

a. outperform its C language counterparts b. work in its usual way, but with program-mer-defined data types c. operate on more operands than in its standard definition d. operate on no operands e. None of these

Computer Science & Information Technology

In a resource-allocation graph, ________ represent processes and ________ represent resources.

a) circles, squares b) arrows, circles c) squares, circles d) arrows, squares

Computer Science & Information Technology

What NTFS permissions override those assigned at the folder level?

A. network B. group C. file D. share

Computer Science & Information Technology

int[] numList = new int[50];for (int i = 0; i < 50; i++)    numList[i] = 2 * i;num[10] = -20;num[30] = 8;How many components are in the array numList seen in the accompanying figure?

A. 0 B. 30 C. 49 D. 50

Computer Science & Information Technology