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?
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?
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.
A is the correct answer
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
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