Update COLLECTOR.md

Dump from JSON to raw pem files.
This commit is contained in:
Alexandre Dulaunoy 2015-06-21 11:34:10 +02:00
parent 85a38ee238
commit 7c960b6b05

View file

@ -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: