You have a network that consists of Windows 8.1 and Windows 10 computers as well as some Mac OS and Linux computers. You need to install a PKI using Windows Server 2016 that will be able to issue certificates to all your client computers. What should you install?

A. Offline intermediate CA
B. Offline root CA
C. Online stand-alone CA
D. Online enterprise CA

Answer: C

Computer Science & Information Technology

You might also like to view...

OpenOffice Base does not have a search and replace function

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the output of the following code?

enum list {thing1, thing2, thing3, thing4}; list item; for (item = thing2; item < thing4; item = item + 1) cout << “item”; a) thing2thing3 b) itemitemitem c) itemitem d) the code is not syntactically correct

Computer Science & Information Technology