Oracle Cloud Infrastructure 2019 Developer Associate — Question 56
Which certificate format is used with the load balancer?
Answer options
- A. PFX
- B. PEM
- C. PKCS12
- D. CRT
Correct answer: B
Explanation
The correct answer is B, PEM, as it is the standard format used for SSL/TLS certificates, including those for load balancers. Options A (PFX) and C (PKCS12) are more commonly used for storing multiple certificates and private keys, while option D (CRT) is typically used for certificate files but not specifically for load balancers.