docs(inputs.x509_cert): Explain expiry field (#15099)

This commit is contained in:
Igør 2024-04-03 15:24:17 +02:00 committed by GitHub
parent 199abd6bb9
commit cfabd62f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
- fields:
- verification_code (int)
- verification_error (string)
- expiry (int, seconds)
- expiry (int, seconds) - Time when the certificate will expire, in seconds since the Unix epoch. `SELECT (expiry / 60 / 60 / 24) as "expiry_in_days"`
- age (int, seconds)
- startdate (int, seconds)
- enddate (int, seconds)