From 69be2f890a10f309c8b3f05046da450d2cbe2477 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sun, 19 Feb 2023 09:01:24 -0500 Subject: [PATCH] Update certspotter-script man page --- man/certspotter-script.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/man/certspotter-script.md b/man/certspotter-script.md index 34ce437..56c2e0d 100644 --- a/man/certspotter-script.md +++ b/man/certspotter-script.md @@ -78,7 +78,7 @@ The following environment variables are set for `discovered_cert` events: `TEXT_FILENAME` -: Path to a file containing a text representation of the certificate. This file contains the same text that +: Path to a text file containing information about the certificate. This file contains the same text that certspotter uses in emails. You should not attempt to parse this file because its format may change in the future. Not set if `-no_save` was used. @@ -144,7 +144,15 @@ The following environment variables are set for `malformed_cert` events: `TEXT_FILENAME` -: Path to a file containing a text message describing the malformed certificate. This file contains the same text that certspotter uses in emails. +: Path to a text file containing a description of the malformed certificate. This file contains the same text that certspotter uses in emails. + +## Error information + +The following environment variables are set for `error` events: + +`TEXT_FILENAME` + +: Path to a text file containing a description of the error. This file contains the same text that certspotter uses in emails. # JSON FILE FORMAT