From 7c960b6b05f696d7adb148db3815a87412d1b94f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 21 Jun 2015 11:34:10 +0200 Subject: [PATCH] Update COLLECTOR.md Dump from JSON to raw pem files. --- COLLECTOR.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/COLLECTOR.md b/COLLECTOR.md index f192e4f..e1798d8 100644 --- a/COLLECTOR.md +++ b/COLLECTOR.md @@ -32,6 +32,13 @@ cd ssldump sudo ./ssldump -ANn -i eth1 | python ../crl-monitor/bin/x509/pcap-sslcert.py -v ~~~~ +To dump from JSON the raw certificates: + +~~~~ +cd ssldump +sudo ./ssldump -ANn -i eth1 | python ../crl-monitor/bin/x509/pcap-sslcert.py -j | jq -r .pem +~~~~ + Feeding the certificate store: