500-444 · Question #35
Which signed certificate is less administration in environments with many servers, such as CCE?
The correct answer is A. Self-signed. Self-signed certificates require less administration in large server environments like CCE because each server generates and signs its own certificate locally - no external requests, approval processes, or fees are needed, making deployment fast and straightforward at scale…
Question
Which signed certificate is less administration in environments with many servers, such as CCE?
Options
- ASelf-signed
- BCertificate Authority (CA)
- C3rd party signed
- DSecurity Authority (SA)
How the community answered
(36 responses)- A86% (31)
- B3% (1)
- C3% (1)
- D8% (3)
Explanation
Self-signed certificates require less administration in large server environments like CCE because each server generates and signs its own certificate locally - no external requests, approval processes, or fees are needed, making deployment fast and straightforward at scale.
Why the distractors are wrong:
- B (CA-signed): A Certificate Authority involves submitting certificate signing requests, waiting for issuance, managing renewals, and paying per certificate - all of which multiply with each additional server.
- C (3rd-party signed): Third-party CAs add even more overhead: vendor relationships, costs, and external dependencies that grow linearly with server count.
- D (SA / Security Authority): "Security Authority" is not a standard certificate signing entity - this is a distractor option designed to test whether you recognize real PKI terminology.
Memory tip: Think "self = simple." Self-signed certificates skip the middleman entirely - no external CA means no external process, which is why they win on administrative simplicity (though they lose on trustworthiness in public-facing contexts).
Topics
Community Discussion
No community discussion yet for this question.