Exam 1Y0-204 All QuestionsBrowse all questions from this exam
Question 92

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?

    Correct Answer: A

    To ensure all client certificates presented to the authentication vServer are valid until 2020, the expression needs to check the expiration date of the client certificates. The appropriate expression is CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2020). This checks if the 'not after' date of the client certificate is equal to the specified date in 2020, thus confirming the certificate's validity until that year.

Discussion
LovelyColleagueOption: A

A is the correct answer

MR007techOption: A

The following example expression matches a particular time for expiration with the information in the certificate: client.ssl.client_cert.valid_not_after.eq(GMT 2009) A = Correct

examencitrixOption: A

https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/adv-policy-exp-working-with-dates-times-and-numbers/exp-for-ssl-certificate-date.html