1Y0-204 Exam QuestionsBrowse all questions from this exam

1Y0-204 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?

Show Answer
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

3 comments
Sign in to comment
MR007techOption: A
Jul 10, 2021

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

LovelyColleagueOption: A
Jun 22, 2022

A is the correct answer

examencitrixOption: A
Nov 25, 2023

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