|
|
|
@ -208,6 +208,7 @@ Fields
|
|
|
|
|
|
|
|
|
|
If extended logging is enabled the following fields are also included:
|
|
|
|
|
|
|
|
|
|
* "serial": The serial number of the TLS certificate
|
|
|
|
|
* "fingerprint": The (SHA1) fingerprint of the TLS certificate
|
|
|
|
|
* "sni": The Server Name Indication (SNI) extension sent by the client
|
|
|
|
|
* "version": The SSL/TLS version used
|
|
|
|
@ -238,6 +239,7 @@ Example of extended TLS logging:
|
|
|
|
|
"tls": {
|
|
|
|
|
"subject": "C=US, ST=California, L=Mountain View, O=Google Inc, CN=*.google.com",
|
|
|
|
|
"issuerdn": "C=US, O=Google Inc, CN=Google Internet Authority G2",
|
|
|
|
|
"serial": "0C:00:99:B7:D7:54:C9:F6:77:26:31:7E:BA:EA:7C:1C",
|
|
|
|
|
"fingerprint": "8f:51:12:06:a0:cc:4e:cd:e8:a3:8b:38:f8:87:59:e5:af:95:ca:cd",
|
|
|
|
|
"sni": "calendar.google.com",
|
|
|
|
|
"version": "TLS 1.2",
|
|
|
|
|