The Active Directory Certificate Services role that enables you to perform all types of certificate management, including the creation, configuration, and revocation of digital certificates for computers, users, and organizations is ________________

a. Certification Authority
b. Certification Authority Web Enrollment
c. Online Certificate Status Protocol
d. Microsoft Simple Certificate Enrollment Protocol


A. You can link multiple CAs together to form a PKI.

Computer Science & Information Technology

You might also like to view...

MC The foreign key helps maintain the_________ .

a) Rule of Entry Integrity. b) Rule of Referential Integrity. c) Rule of Data Integrity. d) None of the above.

Computer Science & Information Technology

Which of the following statements is true about an image map?

A) In HTML, an image map must be defined either a name or an id attribute. B) Neither XHTML nor HTML requires a name or id attribute when creating an image map. C) In XHTML, an image map should be defined using both a name and an id attribute. These attributes should have different names. D) An image map should be defined using both a name and an id attribute in order to satisfy requirements of both XHTML and HTML. These attributes should have same names.

Computer Science & Information Technology

Match the software with the category

Software Category 6. Diskedit a. guidance software 7. EnCase Forensic b. imaging and verification software 8. FTK Imager c. wiping program 9. ByteBack d. data recovery/extraction tool 10. The Coroner's Toolkit e. access data

Computer Science & Information Technology

Consider the following statements:struct studentType1  {  string name;  int ID;  double gpa;  };studentType1 student1, student2;struct studentType2  {  string name;  int ID;  double gpa; };studentType2 student3, student4;Which of the following statements is valid in C++?

A. student2 = student3; B. student1 = student4; C. student2.ID = ID; D. student1.ID = student3.ID;

Computer Science & Information Technology