nerdexam
Citrix

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.

Citrix Gateway

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)
  • A
    74% (29)
  • B
    13% (5)
  • C
    8% (3)
  • D
    5% (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

#SSL client certificate#policy expression#certificate validity#authentication vServer

Community Discussion

No community discussion yet for this question.

Full 1Y0-204 Practice