subject

Viewing Digital Certificate Revocation Lists (CRL) and Untrusted Certificates. Revoked digital certificates are listed in a Certificate Revocation List (CRL), which can be accessed to check the certificate status of other users. In this project, you will view the CRL and any untrusted certificates on your Microsoft Windows computer.
1. Click the Windows +X keys.
2. Click Command Prompt (Admin).
3. Type certmgr. msc and then press Enter.
4. In the left pane, expand Trusted Root Certification Authorities.
5. In the left pane, double click Certificates. These are the CAs approved for this computer. Scroll through this list. How many of these have your heard of before?
6. In the left pane, expand Intermediate Certification Authorities.
7. Double-click Certificates to view the intermediate CAs. Scroll through this list.
8. Click Certificate Revocation List.
9. In the right pane, all revoked certificates will display. Select a revoked certificate and double-click it.
10. Read the information about it and click fields for more detail if necessary. wh think this certificate has been revoked? Close the Certificate Revocation List by checking the OK button.
11. In the left pane, expand Untrusted Certificates.
12. Click Certificates. The certificates that are no longer trusted are listed in the right plane.
13. Double-click one of the untrusted certificates. Read the information aboutpane. it and click fields for more detail if necessary. Why do you think this certificate is no longer trusted?
14. Click OK to close the Certificate dialog box.
15. Close all windows.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:10
Write a function so that the main0 code below can be replaced by the simpler code that calls function mphandminutes tomiles0. original main0 int main) l double milesperhour-70.0; double minutestraveled = 100.0; double hourstraveled; double milestraveled; hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; cout < "miles" 2 using namespace std; 4 /* your solution goes here/ 6 int maino 1 test passed 7 double milesperhour 70.0 all tests passed 8 double minutestraveled 100.0; 10 cout < < "miles: " < < mphandminutestomiles(milesper-hour, minutestraveled) < < endl; 12 return 0; 13
Answers: 1
question
Computers and Technology, 23.06.2019 01:20
Me with this program in c++ ! computers represent color by combining sub-colors red, green, and blue (rgb). each sub-color's value can range from 0 to 255. thus (255, 0, 0) is bright red. (130, 0, 130) is a medium purple. (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (in other word, equal amounts of red, green, blue yield gray).given values for red, green, and blue, remove the gray part. ex: if the input is 130 50 130, the output is: 80 0 80. thus, find the smallest value, and then subtract it from all three values, thus removing the gray.
Answers: 3
question
Computers and Technology, 23.06.2019 21:20
In microsoft word, when you highlight existing text you want to replace, you're in              a.  advanced mode.    b.  automatic mode.    c.  basic mode.    d.  typeover mode
Answers: 1
question
Computers and Technology, 24.06.2019 02:00
What is a loop? a. a collection of function definitions at the top of a program b. a line of code that defines a variable and assigns it a value c. a program that opens the turtle graphics window d. a block of code that repeats a specific number of times
Answers: 1
You know the right answer?
Viewing Digital Certificate Revocation Lists (CRL) and Untrusted Certificates. Revoked digital cert...
Questions
question
Advanced Placement (AP), 19.07.2019 08:00
question
Mathematics, 19.07.2019 08:00
Questions on the website: 13722361