1Y0-204 · Question #58
A Citrix Administrator needs to confirm that all the client certificates presented to the authentication vServer are valid until year 2020. Which expression can the administrator use to meet this…
The correct answer is A. CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2020). The expression CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2020) checks whether the client certificate is valid until the specified date (GMT2020). The other expressions are either incorrect or irrelevant for this requirement.
Question
A Citrix Administrator needs to confirm that all the client certificates presented to the authentication vServer are valid until year 2020. Which expression can the administrator use to meet this requirement?
Options
- ACLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2020)
- BCLIENT.SSL.CLIENT_CERT.DAYS_TO_EXPIRE.EQ(2020)
- CCLIENT.SSL.ORIGIN_SERVER_CERT.VALID_NOT_AFTER.EQ(GMT2020)
- DCLIENT.SSL.CLIENT_CERT.VALID_NOT_BEFORE.EQ(GMT2020)
How the community answered
(39 responses)- A74% (29)
- B13% (5)
- C8% (3)
- D5% (2)
Explanation
The expression CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2020) checks whether the client certificate is valid until the specified date (GMT2020). The other expressions are either incorrect or irrelevant for this requirement.
Topics
Community Discussion
No community discussion yet for this question.