1Y0-231 Exam QuestionsBrowse all questions from this exam

1Y0-231 Exam - Question 89


A Citrix Administrator needs to confirm that all client certificates presented to the authentication virtual server are valid until at least the year 2025.

Which expression can the administrator use to meet this requirement?

Show Answer
Correct Answer: A

To determine if all client certificates presented to the authentication virtual server are valid until at least the year 2025, the administrator should use the expression CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2025). This expression checks if the 'valid not after' date of the client certificates equals the year 2025 in GMT. None of the other options provide the correct expression for checking the expiration year of client certificates specifically.

Discussion

1 comment
Sign in to comment
steveleek2Option: A
Apr 3, 2024

CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2025)