Commit Graph
5 Commits
Author SHA1 Message Date
Jan-Piet Mens 7b3c440303 cast port to integer 2020-03-07 20:43:40 +01:00
Jan-Piet Mens c1fda041f3 add TCP port number used to JSON 2020-03-07 20:32:18 +01:00
Jan-Piet Mens f868aff185 Convert Certificate S/N to string for JSON
"cert_sn": 276326103423802570574354205796199009608 is handled by
  the very popular jq utility as "cert_sn": 2.7632610342380256e+38
  which is inaccurate. By changing the value type to string we avoid
  that.
2020-03-07 20:10:55 +01:00
Jan-Piet Mens f6ef4335ed Add `days_left' to context indicating how many days remain until certificate expiration 2019-11-30 17:00:18 +01:00
Jan-Piet Mens c02c76fa81 Fix JSON (-j) and (-j -p) output to produce 2019-11-30 16:41:52 +01:00