File: README

package info (click to toggle)
trafficserver 9.2.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 53,008 kB
  • sloc: cpp: 345,484; ansic: 31,134; python: 24,200; sh: 7,271; makefile: 3,045; perl: 2,261; java: 277; pascal: 119; sql: 94; xml: 2
file content (15 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ATS (Apache Traffic Server) Cert Reporting Tool Plugin

General description
-------------------

This plugin can be used to examine loaded certificates and logs related information onto disk.

The log format is as followed:
[time] [Lookup Name] [Subject] [SAN] [serial] [NotAfter]

To use the plugin, simply supply the name in plugin.config:
Example: cert_reporting_tool.so

And then send plugin messages to trigger reports/logs:
Example: `traffic_ctl plugin msg cert_reporting_tool.client 1` to log all client certificates.