The feature that enables policy-based certificate enrollment over HTTP with the use of existing methods such as autoenrollment is called _________________

a. Online Certificate Status Protocol
b. Certificate Enrollment Web Service and Certificate Enrollment Policy Web Service
c. Microsoft Simple Certificate Enrollment Protocol
d. None of the above.


B. By acting as a proxy between the client computer requesting a certificate and the CA, the web service eliminates the need for direct communication between the client computer and the CA.

Computer Science & Information Technology

You might also like to view...

The Maximize button changes to the ____ button after you tap or click it.

A. Shut Down B. Minimize C. Restore Down D. Close

Computer Science & Information Technology

Show the output of the following program:

``` include using namespace std; void f(int n) { if (n > 0) { cout << n << " "; f(n - 1); } } int main() { f(5); return 0; } ```

Computer Science & Information Technology

How many IP addresses are available using a 255.255.255.240 subnet mask?

What will be an ideal response?

Computer Science & Information Technology

If you receive this error when trying to go to a website, where can you go in Windows to verify the certificate settings for the website?

A. Action Center B. Event Viewer C. Certificate Manager D. Windows Defender

Computer Science & Information Technology