|
|
|
@ -5374,10 +5374,10 @@
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"notafter": {
|
|
|
|
"notafter": {
|
|
|
|
"type": "string"
|
|
|
|
"$ref": "#/$defs/tls_date"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"notbefore": {
|
|
|
|
"notbefore": {
|
|
|
|
"type": "string"
|
|
|
|
"$ref": "#/$defs/tls_date"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"serial": {
|
|
|
|
"serial": {
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
@ -5398,10 +5398,10 @@
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"notafter": {
|
|
|
|
"notafter": {
|
|
|
|
"type": "string"
|
|
|
|
"$ref": "#/$defs/tls_date"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"notbefore": {
|
|
|
|
"notbefore": {
|
|
|
|
"type": "string"
|
|
|
|
"$ref": "#/$defs/tls_date"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"serial": {
|
|
|
|
"serial": {
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
@ -5519,6 +5519,11 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
"additionalProperties": false
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"tls_date": {
|
|
|
|
|
|
|
|
"$comment": "Definition for TLS date formats",
|
|
|
|
|
|
|
|
"type": "string",
|
|
|
|
|
|
|
|
"pattern": "^[1-2]\\d{3}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}$"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|