Skip to content
This repository was archived by the owner on Jun 7, 2019. It is now read-only.

Commit c3edc56

Browse files
committed
Include -errlevel info in README.md
1 parent 49cb415 commit c3edc56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Usage of ./certlint:
3434
Bulk certificates file
3535
-cert string
3636
Certificate file
37+
-errlevel string
38+
Exit non-zero for Errors at this level (default "error")
3739
-expired
3840
Test expired certificates
3941
-help
@@ -55,6 +57,11 @@ Usage of ./certlint:
5557
$ certlint -cert certificate.pem
5658
```
5759

60+
##### CLI: One certificate, exiting non-zero for Warning and above
61+
```bash
62+
$ certlint -errlevel warning -cert certificate.pem
63+
```
64+
5865
##### CLI: A series of PEM encoded certificates
5966
```bash
6067
$ certlint -bulk largestore.pem

0 commit comments

Comments
 (0)