eve/schema: add tls.subjectaltname fields

Feature 5234
pull/11112/head
Shivani Bhardwaj 1 year ago committed by Victor Julien
parent 232c44eb4a
commit f073cf2350

@ -5820,6 +5820,13 @@
"issuerdn": { "issuerdn": {
"type": "string" "type": "string"
}, },
"subjectaltname": {
"description": "TLS Subject Alternative Name field",
"type": "array",
"items": {
"type": "string"
}
},
"notafter": { "notafter": {
"$ref": "#/$defs/tls_date" "$ref": "#/$defs/tls_date"
}, },
@ -5844,6 +5851,13 @@
"issuerdn": { "issuerdn": {
"type": "string" "type": "string"
}, },
"subjectaltname": {
"description": "TLS Subject Alternative Name field",
"type": "array",
"items": {
"type": "string"
}
},
"notafter": { "notafter": {
"$ref": "#/$defs/tls_date" "$ref": "#/$defs/tls_date"
}, },

Loading…
Cancel
Save