mirror of
https://github.com/adulau/crl-monitor.git
synced 2024-11-21 17:47:09 +00:00
Update COLLECTOR.md
Dump from JSON to raw pem files.
This commit is contained in:
parent
85a38ee238
commit
7c960b6b05
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue