tls-certificates-and-hostnames_requested_validity

The number of days for which the certificate should be valid.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-requested-validity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_requested_validity",
  "title": "tls-certificates-and-hostnames_requested_validity",
  "default": 5475,
  "description": "The number of days for which the certificate should be valid.",
  "enum": [
    7,
    30,
    90,
    365,
    730,
    1095,
    5475
  ],
  "example": 5475,
  "type": "number"
}