108 Citrix NetScaler Policy Configuration and Reference Guide
certificate.
VALID_NOT_BEFORE.
LE(time)
Returns a Boolean TRUE if the time precedes or is
equal to the time argument.
For example, if the time value is GMT 2005 May 1 10h
15m 30s, and it is the first Sunday of the month of May
in 2005, you can specify the following (evaluation
results for this example are in parentheses):
. . .le(GMT 2006) (TRUE)
. . .le(GMT 2005 Dec) (TRUE)
. . .le(LOCAL 2005 May) (TRUE or
FALSE, depending on the current time zone.)
. . .le(GMT 8h) (FALSE)
. . .le(GMT 30m) (TRUE)
. . .le(GMT May 10h) (TRUE)
. . .le(GMT Jun 11h) (TRUE)
. . .le(GMT Wed) (TRUE)
. . .le(GMT May Sun_1) (TRUE)
certificate.
VALID_NOT_BEFORE.
LT(time)
Returns a Boolean TRUE if the time precedes the time
argument.
For example, if the time value is GMT 2005 May 1 10h
15m 30s, and it is the first Sunday of the month of May
in 2005, you can specify the following (evaluation
results for this example are in parentheses):
. . .lt(GMT 2006) (TRUE)
. . .lt(GMT 2005 Dec) (TRUE)
. . .lt(LOCAL 2005 May) (TRUE or
FALSE, depending on the current time zone.)
. . .lt(GMT 8h) (FALSE)
. . .lt(GMT 30m) (TRUE)
. . .lt(GMT May 10h) (FALSE)
. . .lt(GMT Jun 11h) (TRUE)
. . .lt(GMT Wed) (TRUE)
. . .lt(GMT May Sun_1) (FALSE)
certificate.
VALID_NOT_BEFORE.
MINUTES
Extracts the last minute that the certificate is valid.
Returns the current minute as an integer from 0 to 59.
certificate.
VALID_NOT_BEFORE.MONTH Extracts the last month that the certificate is valid.
Returns the current month as an integer from 1
(January) to 12 (December).
certificate.
VALID_NOT_BEFORE.
RELATIVE_BOOT
Calculates the number of seconds to the closest
previous or scheduled NetScaler reboot and returns an
integer. If the closest boot time is in the past, the integer
is negative; if it is in the future, the integer is positive.
certificate.
VALID_NOT_BEFORE.
RELATIVE_NOW
Returns the number of seconds between the current
NetScaler system time and the specified time as an
integer. If the designated time is in the past, the integer
is negative. If it is in the future, the integer is positive.
Operations on Certificate (client.ssl.client_cert) Dates and Times
SSL Certificate Operation Description