The security administrator generates a key pair and sends one key inside a rest file to a third party. The third party sends back a signed file. In this scenario, the file sent by the administrator is a:

A. CA
B. CRL
C. KEK
D. PKI
E. CSR

Ans: E. CSR

Computer Science & Information Technology

You might also like to view...

Bridges can interconnect

a. two networks at the same physical location b. two networks at different physical locations, using phone lines c. more than two networks at one location d. all of the above

Computer Science & Information Technology

Modify the prargs program to precede each argument by its number. Thus, typing

prargs a 'b c' d should give the following output: 1: a 2: b c 3: d

Computer Science & Information Technology