Skip to content

Commit 8cc5a43

Browse files
committed
Document how to use and the purpose of the SSL check script.
1 parent 224ef65 commit 8cc5a43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ cd ca-certificates/files
2828
cp roots.pem ../../nina-fw/data/roots.pem
2929
```
3030

31+
## Check certificate list against URL list
32+
```bash
33+
cd tools
34+
./sslcheck.sh -c ../data/roots.pem -l url_lists/url_list_moz.com.txt -e
35+
```
36+
3137
## License
3238

3339
Copyright (c) 2018-2019 Arduino SA. All rights reserved.

0 commit comments

Comments
 (0)