Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsanu committed Oct 13, 2017
1 parent 77fcd2e commit 5972db3
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,31 @@ lectl [-h|--help] [-v|--version] [-l|--extraline] [-s|--sans] [-e|--expired] [-u
-u | --utc [Default: false] shows the dates in UTC (GMT) instead of
your machine time zone.
-m [Default: 100] searchs for more or less than 100 certificates
per domain OR subdomain. It means that if for example you use
option -m25 you could receive an output of max 50 certs (25 for
the domain and 25 for *.domain).
If this option is not used, lectl searchs only for last 100
certificates. If the option is used it searches by default
for last 1000 certificates.
If you want to search for more or less certificates, append
the number after the option with no spaces (Ex: -m500). If
you specify a number, then the option must be specified
independently.
Wrong: lectl -seulm500 domain.tld
Good: lectl -seul -m500 domain.tld
```

**Examples**
```
lectl letsencryt.org
lectl -s -e -u -l letsencryt.org
lectl -seul letsencryt.org
lectl -luse letsencryt.org
lectl -seulm letsencryt.org
lectl -lumse letsencryt.org
lectl -su --extraline letsencryt.org
lectl -u letsencryt.org -es
lectl -u letsencryt.org -esm
lectl -seul -m500 letsencryt.org
...and so on
```
<img src="https://cloud.githubusercontent.com/assets/10560305/14279272/a58c6f7c-fb2c-11e5-9456-364765fe1c46.png" width="90%"></img> <img src="https://cloud.githubusercontent.com/assets/10560305/14279274/a58d1ca6-fb2c-11e5-823a-2b9f4a3bd6d6.png" width="90%"></img> <img src="https://cloud.githubusercontent.com/assets/10560305/14279270/a5896bf6-fb2c-11e5-98c3-0ce7e30e7806.png" width="90%"></img> <img src="https://cloud.githubusercontent.com/assets/10560305/14279271/a58ae83c-fb2c-11e5-8cf2-de0401d30ccc.png" width="90%"></img> <img src="https://cloud.githubusercontent.com/assets/10560305/14279269/a5882386-fb2c-11e5-9977-37b4e7ac2703.png" width="90%"></img> <img src="https://cloud.githubusercontent.com/assets/10560305/14279273/a58d159e-fb2c-11e5-8b73-be5b220f70ad.png" width="90%"></img>

0 comments on commit 5972db3

Please sign in to comment.