A custom PKI application downloads a certificate revocation list (CRL) once per day. Management requests the list be checked more frequently. Which of the following is the BEST solution?
A. Refresh the CA public key each time a user logs in
B. Download the CRK every 60 seconds
C. Implement the OCSP protocol
D. Prompt the user to trust a certificate each time it is used
Answer: C. Implement the OCSP protocol
Computer Science & Information Technology
You might also like to view...
Which of the following statements is false?
a. A common way to perform synchronization is to use Java’s built-in monitors. b. Every object has a monitor and a monitor lock (or intrinsic lock). c. A monitor ensures that its object’s monitor lock is held by a maximum of two threads at a time. d. Monitors and monitor locks can be used to enforce mutual exclusion.
Computer Science & Information Technology
Throwing an exception is typically done using the ____________________ statement.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology