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?
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?
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.
CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2025)